Calligra/Download/en: Difference between revisions

From KDE UserBase Wiki
(Updating to match new version of source page)
(Updating to match new version of source page)
Line 29: Line 29:
=== Ubuntu ===
=== Ubuntu ===


Ubuntu users can get a nightly build of '''Calligra''' with the [https://wiki.kubuntu.org/Kubuntu/ProjectNeon Project Neon], you need to add ppa:neon/ppa to your sources.list and install project-neon-calligra package.
Ubuntu users can get a nightly build of '''Calligra''' with the [https://wiki.kubuntu.org/Kubuntu/ProjectNeon Project Neon], you need to add ppa:neon/ppa to your <tt>sources.list</tt> and install project-neon-calligra package.


This script installs project neon and calligra:
This script installs project neon and calligra:


sudo add-apt-repository ppa:neon/ppa \
{{Input|1=<nowiki>sudo add-apt-repository ppa:neon/ppa \
  && sudo apt-get update\
  && sudo apt-get update\
  && sudo apt-get install project-neon-base \
  && sudo apt-get install project-neon-base \
   project-neon-calligra \
   project-neon-calligra \
   project-neon-calligra-dbg
   project-neon-calligra-dbg
</nowiki>}}


In order to run the installed packages you have to logout and choose "Project Neon" from the login screen.
In order to run the installed packages you have to logout and choose "Project Neon" from the login screen.


[[Category:Office]]
[[Category:Office]]

Revision as of 18:46, 9 November 2011

Stable

There is no stable release of Calligra yet, but stable versions of the application can be found in KOffice which is the predecessor of Calligra. For downloads of KOffice see the KOffice Download page.

Unstable

Usage of unstable version is not recommended by the Calligra team.

Arch Linux

Arch Linux provides Calligra packages in the kde-unstable repository.

FreeBSD

Packages are available in area51

Gentoo

Gentoo has Calligra packaged in Portage, tagged as unstable.

OpenSUSE

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

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.

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.