Difference between revisions of "Debian"

From Kiwix
Jump to navigation Jump to search
 
(12 intermediate revisions by 5 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 and the Kiwix Tools (Kiwix Server) are available 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">
<code lang="bash">
apt-get install kiwix
apt-get install kiwix
</source>
</source>


== Wheezy ==
== See also ==  
 
* [[PPA|PPA for Ubuntu]]
Still not available, please use the static version (available to download on the top-left corner).
* [https://debian.kiwix.org Debian package page for developers]
 
== Squeeze ==
 
<source lang="bash">
echo "deb http://www.squeeziste.com/telechargements/binaires/ ./" >> /etc/apt/sources.list
apt-get update
apt-get install kiwix
</source>

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