Difference between revisions of "Debian"

From Kiwix
Jump to navigation Jump to search
(8 intermediate revisions by 4 users not shown)
Line 1: Line 1:
[[file:Debian-logo.jpg|right|250px|Debian logo]]
[[file:Debian-logo.jpg|right|250px|Debian logo]]
Kiwix is available to install  in ''Debian'' directly from a Debian repository. Be careful, the following command lines must ran with root permissions.
 
'''''Kiwix is not available anymore in recent Debian releases. The reason is that `xulrunner` which is a Kiwix dependency is not packaged anymore. For now we don't have a timeline for when Kiwix may be re-introduced in Debian.'''''
 
Kiwix is no longer available to install  in ''Debian'' directly from a Debian repository.  


== Still in Development (SID) ==
== Still in Development (SID) ==
Be careful, the following command lines must be run with `root` permissions.


<source lang="bash">
<source lang="bash">
Line 13: Line 17:


== Squeeze ==
== Squeeze ==
''We do not offer any guarantee for the following 3rd party repository...''
Be careful, the following command lines must be run with `root` permissions.


<source lang="bash">
<source lang="bash">
echo "deb http://www.squeeziste.com/telechargements/binaires/ ./" >> /etc/apt/sources.list
echo "deb https://www.robertponge.com/telechargements/debian-binaires/ ./" >> /etc/apt/sources.list
apt-get update
apt-get update
apt-get install kiwix
apt-get install kiwix
Line 21: Line 29:


== See also ==  
== See also ==  
* [http://packages.debian.org/sid/kiwix Debian package page]
* [https://tracker.debian.org/pkg/kiwix Debian package page for developers]
* [http://packages.qa.debian.org/k/kiwix.html Debian package page for developers]
* [http://qa.debian.org/popcon.php?package=kiwix Debian popularity contest stats]

Revision as of 16:04, 17 December 2017

Debian logo

Kiwix is not available anymore in recent Debian releases. The reason is that `xulrunner` which is a Kiwix dependency is not packaged anymore. For now we don't have a timeline for when Kiwix may be re-introduced in Debian.

Kiwix is no longer available to install in Debian directly from a Debian repository.

Still in Development (SID)

Be careful, the following command lines must be run with `root` permissions.

apt-get install kiwix

Wheezy

Still not available, please use the static version (available to download on the top-left corner).

Squeeze

We do not offer any guarantee for the following 3rd party repository...

Be careful, the following command lines must be run with `root` permissions.

echo "deb https://www.robertponge.com/telechargements/debian-binaires/ ./" >> /etc/apt/sources.list
apt-get update
apt-get install kiwix

See also