Difference between revisions of "Ubuntu PPA"

From Kiwix
Jump to navigation Jump to search
(→‎See also: update links, point to new dev FAQ)
(update)
Line 1: Line 1:
The Kiwix Personal Package Archive (PPA) allows you to get the latest version of Kiwix and openZIM software on your Ubuntu system. Currently the following packages are available: <code>libzim-dev</code>, <code>libkiwix-dev</code>. It builds packages for Ubuntu <code>eoan</code>, <code>focal</code> and <code>groovy</code> on the <code>amd64</code>, <code>arm64</code>, and <code>armhf</code> architectures.
The Kiwix Personal Package Archive (PPA) allows you to get the latest version of Kiwix and openZIM software on your Ubuntu system. Currently the following packages are available: <code>kiwix</code> (desktop client), <code>kiwix-tools</code> (includes kiwix-serve, kiwix-manage, kiwix-read, kiwix-search), <code>zim-tools</code> (includes zimwriterfs), and development libraries like <code>libzim-dev</code>, <code>libkiwix-dev</code>. It builds packages for Ubuntu <code>bionic</code>, <code>focal</code>, <code>groovy</code> and <code>hirsuite</code> on the <code>amd64</code>, <code>arm64</code>, and <code>armhf</code> architectures.


First, add the PPA to your system:<syntaxhighlight lang="bash">
First, add the PPA to your system:<syntaxhighlight lang="bash">

Revision as of 23:53, 28 December 2020

The Kiwix Personal Package Archive (PPA) allows you to get the latest version of Kiwix and openZIM software on your Ubuntu system. Currently the following packages are available: kiwix (desktop client), kiwix-tools (includes kiwix-serve, kiwix-manage, kiwix-read, kiwix-search), zim-tools (includes zimwriterfs), and development libraries like libzim-dev, libkiwix-dev. It builds packages for Ubuntu bionic, focal, groovy and hirsuite on the amd64, arm64, and armhf architectures.

First, add the PPA to your system:

user@server:/# sudo add-apt-repository ppa:kiwixteam/release
 Kiwix lets you access free knowledge – even offline. Store Wikipedia or any website on your mobile phone or computer, easily. See https://www.kiwix.org/

This PPA contains stable releases  of Kiwix and openZIM software.
 More info: https://launchpad.net/~kiwixteam/+archive/ubuntu/release
Press [ENTER] to continue or Ctrl-c to cancel adding it.

If the add-apt-repository command isn't found (it should be installed by default on most Ubuntu systems), you need to install it with sudo apt install software-properties-common.

Then, install whatever package you want in the standard apt way: sudo apt install <package>.

Browse the list of available packages and their versions.

Development PPA

A second PPA contains bleeding-edge packages built from the master development branch of each repository is also available. The usage instructions are mostly the same, just enable the repository with: sudo add-apt-repository ppa:kiwixteam/dev.

It may take up to an hour for packages to be built and published in the dev PPA. Browse the list of available packages and their versions.

For pull requests not yet merged into master, packages can be downloaded as artifacts from CI.

See also