Install/Test/Uninstall - Ubuntu/Debian: Difference between revisions

From NEOSYS Dev Wiki
Jump to navigationJump to search
Line 1: Line 1:
=== Setup ===
=== Setup ===


By this process you enable installation of binary code from a Launchpad PPA hosted by Canonical. Key E7815451 is https://launchpad.net/~steve-bush/+archive/ppa-exodus
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


<pre>
<pre>

Revision as of 12:42, 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\ndeb-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

Upgrade

sudo apt-get update
sudo apt-get upgrade

Uninstall

sudo apt-get remove exodus

Un-setup

sudo rm -f /etc/apt/sources.list.d/exodus-ppa-lucid.list
sudo apt-key del E7815451