Calligra/Download

From KDE UserBase Wiki
Revision as of 11:47, 29 September 2012 by MarcusGama (talk | contribs) (Created page with "== Versão instável ==")

Note

Esta página lista cópias binárias (para instalação) do Pacote de Escritório Calligra preparadas para os usuários. Você pode também baixar o código fonte completo do Calligra, se desejar.


Versão estável

O Calligra 3.1.0 é a versão estável atual.

Arch Linux

O Arch Linux fornece pacotes do Calligra no repositório [extra].

Chakra Linux

O Chakra Linux fornece pacotes do Calligra no repositório desktop.

O Chakra LiveDVD vem com a última versão do Calligra pré-instalada.

Debian

O Debian fornece pacotes do Calligra em seus repositórios unstable e testing.

Fedora

Pacotes do Fedora para o Calligra estão disponíveis no repositório unstable do Projeto de Empacotamento do KDE.

FreeBSD

O FreeBSD disponibiliza pacotes estáveis na árvore de portes via editors/calligra, e as de desenvolvimento na area51 via CALLIGRA/editors/calligra.

Gentoo

O Gentoo possui o Calligra empacotado no Portage, marcado como unstable.

openSUSE

A maneira mais fácil de instalar o Calligra no openSUSE é acessando a pesquisa do software.opensuse.org.

Visite http://en.opensuse.org/KDE_repositories para encontrar os repositórios que você precisa.

Ubuntu

O Calligra 2.5 está disponível no Kubuntu Backports PPA para o 12.04 e vem como padrão com a versão de desenvolvimento do 12.10 (Quantal).

Veja em http://www.kubuntu.org/news/calligra-2.5

ROSA Marathon 2012

O ROSA Marathon fornece o Calligra no repositório contrib.

Windows

O KO GmbH lançou um instalador para o Windows. Por favor, vá para a Página de download

A versão para Windows está em desenvolvimento e, neste momento, ainda é altamente experimental. Nem todas as aplicações ou funcionalidades conhecidas na versão para Linux/Unix estão inclusas.

Versão instável

Arch Linux

Arch Linux provides Calligra packages in the [extra] repository.

Fedora

Fedora packages are available in the rawhide development repo ([1]), and unofficial builds are available for prior releases from kde-unstable repo at [2] .

FreeBSD

Calligra ports are available in Area51.

openSUSE

  • Daily build git snapshots are provided here (note a focus on mobile/Plasma Active for these packages)

Visit http://en.opensuse.org/KDE_repositories to find which repository fits your needs.

Ubuntu

Ubuntu users can get a nightly build of Calligra with the Project Neon, you need to add ppa:neon/ppa to your sources.list and install project-neon-calligra package.

Warning

"Be warned though, stuff here is REALLY unstable, we do not guarantee it will work all the time and won't eat you data, use at your own risk. Now that we have warned you, enjoy!" Project Neon wiki page


This script installs project neon and calligra:

sudo add-apt-repository ppa:neon/ppa \
 && sudo apt-get update\
 && sudo apt-get install project-neon-base \
   project-neon-calligra \
   project-neon-calligra-dbg

In order to run the installed packages you have to logout and choose "Project Neon" from the login screen. Neon always has the latest version, not necessarily the beta releases.

ROSA Marathon 2012

ROSA users can get the packages for development versions of Calligra from personal repository on ABF. To add it on your system run the following commands:

for i586 users

urpmi.addmedia ach_personal http://abf.rosalinux.ru/downloads/ach_personal/repository/rosa2012lts/i586/main/release

for x86_64 users

urpmi.addmedia ach_personal http://abf.rosalinux.ru/downloads/ach_personal/repository/rosa2012lts/x86_64/main/release

Debug Symbols

What are debugging symbols, and why are they important?

When a program is compiled with special switches to generate debugging symbols (the -g compiler switch) extra information is stored in the program file. This information can be used to generate a stack trace that contains much more information, such as the exact line number of the source file where things went wrong. Without this information it is very hard to figure out what went wrong by looking at the stack trace.

Note

Some distributions offer debug symbols in separate packages as listed below. Use them if you want to support the developers with better bug reports.


More info on back traces is available on KDE Techbase.

Debug symbols for Ubuntu/Debian

Please install package calligra-dbg to receive debug symbols for whole Calligra code.

Debug symbols for Fedora

As explained in the Installing debuginfo RPMs using yum section, use debuginfo-install calligra command.