Difference between revisions of "Ubuntu PPA"

From Kiwix
Jump to navigation Jump to search
Line 7: Line 7:
</source></blockquote>
</source></blockquote>


=== 11.10 Oneiric ==
=== 11.10 Oneiric ===
Canonical decided to remove the ''xulrunner-1.9.2'' in Oneiric and further versions. That is the reason why we do not provide a kiwix package for Ubuntu 11.10 Oneiric. We are working to provide a substainable solution but here is a workaround for the meantime.
Canonical decided to remove the ''xulrunner-1.9.2'' in Oneiric and further versions. That is the reason why we do not provide a kiwix package for Ubuntu 11.10 Oneiric. We are working to provide a substainable solution but here is a workaround for the meantime.


Line 14: Line 14:
wget -c http://mirror.pnl.gov/ubuntu//pool/universe/x/xulrunner-1.9.2/xulrunner-1.9.2_1.9.2.17+build3+nobinonly-0ubuntu1_i386.deb
wget -c http://mirror.pnl.gov/ubuntu//pool/universe/x/xulrunner-1.9.2/xulrunner-1.9.2_1.9.2.17+build3+nobinonly-0ubuntu1_i386.deb
wget -c https://launchpad.net/~kiwixteam/+archive/ppa/+files/kiwix_0.9-beta4-0%7Enatty_i386.deb
wget -c https://launchpad.net/~kiwixteam/+archive/ppa/+files/kiwix_0.9-beta4-0%7Enatty_i386.deb
sudo dpkg -i kiwix_0.9-beta4-0~natty_i386.deb xulrunner-1.9.2_1.9.2.17+build3+nobinonly-0ubuntu1_i386.deb
sudo apt-get -f install
</source></blockquote>
</source></blockquote>


Line 20: Line 22:
wget -c http://mirror.pnl.gov/ubuntu//pool/universe/x/xulrunner-1.9.2/xulrunner-1.9.2_1.9.2.17+build3+nobinonly-0ubuntu1_amd64.deb
wget -c http://mirror.pnl.gov/ubuntu//pool/universe/x/xulrunner-1.9.2/xulrunner-1.9.2_1.9.2.17+build3+nobinonly-0ubuntu1_amd64.deb
wget -c https://launchpad.net/~kiwixteam/+archive/ppa/+files/kiwix_0.9-beta4-0%7Enatty_amd64.deb
wget -c https://launchpad.net/~kiwixteam/+archive/ppa/+files/kiwix_0.9-beta4-0%7Enatty_amd64.deb
sudo dpkg -i kiwix_0.9-beta4-0~natty_amd64.deb xulrunner-1.9.2_1.9.2.17+build3+nobinonly-0ubuntu1_amd64.deb
sudo apt-get -f install
</source></blockquote>
</source></blockquote>

Revision as of 05:50, 19 November 2011

Personal Package Archive

If you want to install Kiwix, just follow these commands from the console of UbuntuUbuntu.png.

sudo add-apt-repository ppa:kiwixteam/ppa
sudo apt-get update
sudo apt-get install kiwix

11.10 Oneiric

Canonical decided to remove the xulrunner-1.9.2 in Oneiric and further versions. That is the reason why we do not provide a kiwix package for Ubuntu 11.10 Oneiric. We are working to provide a substainable solution but here is a workaround for the meantime.

For i386:

wget -c http://mirror.pnl.gov/ubuntu//pool/universe/x/xulrunner-1.9.2/xulrunner-1.9.2_1.9.2.17+build3+nobinonly-0ubuntu1_i386.deb
wget -c https://launchpad.net/~kiwixteam/+archive/ppa/+files/kiwix_0.9-beta4-0%7Enatty_i386.deb
sudo dpkg -i kiwix_0.9-beta4-0~natty_i386.deb xulrunner-1.9.2_1.9.2.17+build3+nobinonly-0ubuntu1_i386.deb
sudo apt-get -f install

For amd64:

wget -c http://mirror.pnl.gov/ubuntu//pool/universe/x/xulrunner-1.9.2/xulrunner-1.9.2_1.9.2.17+build3+nobinonly-0ubuntu1_amd64.deb
wget -c https://launchpad.net/~kiwixteam/+archive/ppa/+files/kiwix_0.9-beta4-0%7Enatty_amd64.deb
sudo dpkg -i kiwix_0.9-beta4-0~natty_amd64.deb xulrunner-1.9.2_1.9.2.17+build3+nobinonly-0ubuntu1_amd64.deb
sudo apt-get -f install