Calligra/Download: Difference between revisions

From KDE UserBase Wiki
No edit summary
(Update repositories)
Line 46: Line 46:


<!--T:39-->
<!--T:39-->
'''openSUSE Build Service.''' Calligra packages are available from the [https://build.opensuse.org/project/show?package=calligra&project=KDE:Release:48 KDE:Release:48] and [https://build.opensuse.org/project/show?package=calligra&project=KDE:UpdatedApps KDE:Distro:Stable] repositories for openSUSE 11.x and 12.x. See also [https://build.opensuse.org/search/search?utf8=%E2%9C%93&search_text=calligra&commit=Search&project=1&package=1&name=1&attribute=&advanced=on&issue_tracker=bnc+%28Novell+Bugzilla%29&issue_name= all builds of Calligra within the openSUSE Build Service]
'''openSUSE Build Service.''' Calligra packages are available from the [https://build.opensuse.org/project/show?package=calligra&project=KDE:Extra KDE:Extra] repository for openSUSE 12.x and 13.x.
Unstable packages based on GIT snapshots are also available from the [https://build.opensuse.org/project/show?package=calligra&project=KDE:Unstable:Extra KDE:Unstable:Extra] repository. '''Use with care'''


<!--T:41-->
<!--T:41-->

Revision as of 09:35, 30 October 2013

Note

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


Stable Release

Calligra 3.1.0 is the current stable version. Please install the newest possible version, older will not be fully supported. Really old versions such as 2.4 are not supported at all.

Arch Linux

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

Chakra

Chakra provides Calligra packages in the desktop repository.

The Chakra LiveDVD comes with the latest Calligra pre-installed.

Debian

Debian provides Calligra packages in its unstable repository and testing repository.

Fedora

Fedora packages for Calligra are available in the unstable repository of the KDE Packaging Project.

FreeBSD

FreeBSD features stable packages in the ports tree via editors/calligra, and development ones in area51 via CALLIGRA/editors/calligra.

Gentoo

Gentoo has Calligra packaged in Portage: packages.gentoo.org

openSUSE

The easiest way to install Calligra on openSUSE is by going to http://software.opensuse.org/package/calligra. Please note, this page presents outdated unmaintained Calligra version such as 2.4 so please first click on the Show other versions link and select newer version, preferably from the openSUSE Factory.

openSUSE Build Service. Calligra packages are available from the KDE:Extra repository for openSUSE 12.x and 13.x. Unstable packages based on GIT snapshots are also available from the KDE:Unstable:Extra repository. Use with care

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

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.

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. 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. "Core" applications (Words, Sheets and Stage) as well as the majority of the others are included. Kexi is not available at all. Krita is available in a separate installer (on the same Download page).

Please go to the Download Page.

Unstable Release

Arch Linux

Arch Linux provides unstable Calligra packages in the [kde-unstable] 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.