Calligra/Download/fr: Difference between revisions

From KDE UserBase Wiki
(Created page with "Visiter [http://en.opensuse.org/KDE_repositories#What.27s_available http://en.opensuse.org/KDE_repositories] pour trouver quels dossiers répondent à vos besoins.")
(Created page with "Calligra 2.5 est disponible dans les dépôts the Kubuntu Backports PPA pour 12.04 et est installée par défaut avec la version de développement 12.10 (Quantal).")
Line 42: Line 42:
=== Ubuntu ===
=== Ubuntu ===


Calligra 2.5 is available in the Kubuntu Backports PPA for 12.04 and comes as default with the development 12.10 (Quantal) version.
Calligra 2.5 est disponible dans les dépôts the Kubuntu Backports PPA pour 12.04 et est installée par défaut avec la version de développement 12.10 (Quantal).


See http://www.kubuntu.org/news/calligra-2.5
See http://www.kubuntu.org/news/calligra-2.5

Revision as of 07:10, 26 August 2012

Note

This page lists binary (installation) copies of the Calligra Suite prepared for users. You can also download its full source code.


Mise à jour stable

Calligra 2.5 est la version stable actuelle.

Arch Linux

Arch Linux fournit les paquets Calligra dans le dépôt [extra].

Chakra Linux

Chakra Linux fournit les paquets Calligra dans le dépôt Bureautique.

Chakra LiveDVD est fourni avec la dernière version de Calligra pré-installée.

Debian

Debian fournit les paquets de Calligra dans son dépôt instable et dépôt de test.

Fedora

Les paquets de Fedora pour Calligra sont disponibles dans le dépôt instable du projet KDE Packaging.

FreeBSD

FreeBSD offrent des paquets stables dans l'arborescence des dépôts via editors/calligra, et ceux de développement dans area51 via CALLIGRA/editors/calligra.

Gentoo

Gentoo possède les paquets Calligra dans Portage, marqués comme instable.

openSUSE

The easiest way to install Calligra on openSUSE is by going to the software.opensuse.org search.

Visiter http://en.opensuse.org/KDE_repositories pour trouver quels dossiers répondent à vos besoins.

Ubuntu

Calligra 2.5 est disponible dans les dépôts the Kubuntu Backports PPA pour 12.04 et est installée par défaut avec la version de développement 12.10 (Quantal).

See http://www.kubuntu.org/news/calligra-2.5

ROSA Marathon 2012

ROSA Marathon provides Calligra in the contrib repository.

Windows

KO GmbH has released a Windows installer. Please go to the Download Page

The Windows version is in the works, and is at the moment, highly experimental. Not all applications or features known from the Linux/Unix version are included.

Unstable Release

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.