Install/Test/Uninstall - Ubuntu/Debian: Difference between revisions
From NEOSYS Dev Wiki
Jump to navigationJump to search
No edit summary |
|||
Line 28: | Line 28: | ||
=== Uninstall === | === Uninstall === | ||
sudo apt-get | sudo apt-get autoremove exodus | ||
=== Un-setup === | === Un-setup === |
Revision as of 21:13, 25 June 2011
Setup
By this process you enable installation of binary code from a Launchpad PPA repository hosted by Canonical. Key E7815451 is https://launchpad.net/~steve-bush/+archive/ppa-exodus
sudo sh -c 'echo "deb http://ppa.launchpad.net/steve-bush/ppa-exodus/ubuntu lucid main\n \ deb-src http://ppa.launchpad.net/steve-bush/ppa-exodus/ubuntu lucid main" \ > /etc/apt/sources.list.d/exodus-ppa-lucid.list'
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys E7815451
Install
sudo apt-get update sudo apt-get install exodus
Testing
testsort
Upgrade
sudo apt-get update sudo apt-get upgrade
Uninstall
sudo apt-get autoremove exodus
Un-setup
sudo rm -f /etc/apt/sources.list.d/exodus-ppa-lucid.list sudo apt-key del E7815451