Difference between revisions of "Debian"

From Kiwix
Jump to navigation Jump to search
m
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
[[file:Debian-logo.jpg|right|250px|Debian logo]]
[[file:Debian-logo.jpg|right|250px|Debian logo]]


'''''Kiwix is no longer available in recent Debian releases. The reason is that `xulrunner` which is a Kiwix dependency is not packaged anymore. We do not yet have a timeline for when Kiwix may be re-introduced in Debian.'''''
Kiwix and the Kiwix Tools (Kiwix Server) are available in ''Debian'' directly from a Debian repository.
 
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.
Be careful, the following command lines must be run with `root` permissions.


<source lang="bash">
<code lang="bash">
apt-get install kiwix
</source>
 
== Wheezy ==
 
Still not available, please use the static version (available to download on the top-left corner).
 
== Squeeze ==
 
''We do not offer any guarantees for the following 3rd party repository...''
 
Be careful, the following command lines must be run with `root` permissions.
 
<source lang="bash">
echo "deb https://www.robertponge.com/telechargements/debian-binaires/ ./" >> /etc/apt/sources.list
apt-get update
apt-get install kiwix
apt-get install kiwix
</source>
</source>


== See also ==  
== See also ==  
* [https://tracker.debian.org/pkg/kiwix Debian package page for developers]
* [[PPA|PPA for Ubuntu]]
* [https://debian.kiwix.org Debian package page for developers]

Latest revision as of 17:07, 5 January 2023

Debian logo

Kiwix and the Kiwix Tools (Kiwix Server) are available 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 </source>

See also