Calligra/Download/ja

From KDE UserBase Wiki
Revision as of 05:00, 1 April 2019 by FuzzyBot (talk | contribs) (Updating to match new version of source page)

Note

This page lists binary (installation) copies of the Calligra Suite 2 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 versions will not be fully supported. Really old versions such as 2.4 are not supported at all.

Linux

Please pick your distribution.

Arch Linux

Arch Linux では、Calligra のパッケージは [extra] リポジトリーで提供されています。

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.

Gentoo

Gentoo の Calligra パッケージは Prtage にあります: packages.gentoo.org

Kubuntu

Calligra 2.8 is available in 14.04 version and newer. This can be used in any Ubuntu flavour.

It's also available in the Kubuntu Backports PPA for 12.04 LTS and 13.10.

openSUSE

The easiest way to install Calligra on openSUSE is by going to http://software.opensuse.org/package/calligra. Please note, this page may present outdated unmaintained Calligra. In such cases, first click on the Show other versions link and select a newer version.

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

Furthermore, packages including Calligra Gemini, which require software not commonly available in openSUSE, are available from calligragemini repository for openSUSE 13.1, 13.2 and Factory.

その他、http://en.opensuse.org/KDE_repositories で、自分にあったリポジトリーを探してみて下さい。

ROSA Marathon 2012

ROSA Marathon provides Calligra in the contrib repository.

Please go to the Download Page.

Other Linuxes

If you're still looking for packages, try a packages search service such as pkgs.org.

FreeBSD

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

Mac OS X


Unstable Release

Calligra 3.2.0 Alpha is the current unstable (development) version.

Linux

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] .

openSUSE

  • デイリービルドの git スナップショットは ここで提供されています。 (これらのパッケージは mobile/Plasma Active 向けに作られていることに注意して下さい。)

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

"ただし、気をつけて下さい。ここにあるものは非常に不安定で、正しく動作するか、データを破壊しないか、保証できません。自己責任で利用して下さい。それでは、警告をご理解いただいた上で…enjoy!" [3]


以下のスクリプトで Project Neon と 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

インストールされたパッケージを実行するには、ログアウトして、ログインスクリーンから "Project Neon" を選択する必要があります。Neon は常に最新版ですが、必ずしもベータリリースではありません。

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

FreeBSD

Calligra ports are available in Area51.

MS Windows

Installers exist for windows but are out of date or incomplete. By using an out of date (stable) installer to do a system install, followed by the newer incomplete installer to do a user install you get the most stable yet up to date version of the complete package possible, however breakage may occur as new features are worked on in nightlies before cross platform bugs are fixed.

Installer for the prior version of Calligra Gemini can still be found on KDE's download network. This version is for Windows Vista and above, and recommended for the "best" experience with automatic interface switching, like in a Intel 2-in-1 Ultrabook, or Microsoft Surface.

Note

These packages also includes binaries for Words and Stage, but lack shortcuts for them.


Status for other Calligra apps: Up to date Calligra Karbon, Calligra Sheets, and Calligra Words desktop versions are included in:

  • 64 bit nightlies available at:

https://binary-factory.kde.org/job/Calligra_Nightly_win64/:

  • 32 bit nightlies available at:

https://binary-factory.kde.org/job/Calligra_Nightly_win32/:

Note

Gemini and Plans are incomplete and non functional in these builds as of March 2019


Installer for Krita is provided by

Krita Gemini is considered obsolete, but is available on the steam store. Successful features from the Gemini fork may be added to future releases of Krita.

digiKam, Kate & KWrite, KDevelop, KEXI, KMymoney, ,Marble Virtual Globe, Umbrello UML Modeller, and RKWard are all supported individually and downloads built properly using MSVC are available through

デバッグ シンボル

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.