Difference between revisions of "Debian"

From Kiwix
Jump to navigation Jump to search
 
(6 intermediate revisions by 3 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 not available anymore in recent Debian releases. The reason is that xulrunner which is a Kiwix dependency is not packaged anymore. For now their no timeline for Kiwix re-introduction in Debian.'''''
Kiwix and the Kiwix Tools (Kiwix Server) are available in ''Debian'' directly from a Debian repository.
 
Kiwix is available to install  in ''Debian'' directly from a Debian repository. Be careful, the following command lines must ran with root permissions.


== Still in Development (SID) ==
== Still in Development (SID) ==
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 guarantee for the following 3rd part repository...''
 
<source lang="bash">
echo "deb http://www.robertix.com/telechargements/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