Install/Test/Uninstall - Ubuntu/Debian: Difference between revisions
From NEOSYS Dev Wiki
Jump to navigationJump to search
(→Setup) |
|||
Line 1: | Line 1: | ||
=== Add Repository === | === Add Repository === | ||
<pre> | <pre> | ||
#View the script | |||
wget -q -O - http://exodusdb.googlecode.com/svn/trunk/addrepo_lucid.sh | cat | wget -q -O - http://exodusdb.googlecode.com/svn/trunk/addrepo_lucid.sh | cat | ||
Run | #Run the script | ||
wget -q -O - http://exodusdb.googlecode.com/svn/trunk/addrepo_lucid.sh | bash | wget -q -O - http://exodusdb.googlecode.com/svn/trunk/addrepo_lucid.sh | bash | ||
</pre> | </pre> | ||
Revision as of 17:22, 29 June 2011
Add Repository
#View the script wget -q -O - http://exodusdb.googlecode.com/svn/trunk/addrepo_lucid.sh | cat #Run the script wget -q -O - http://exodusdb.googlecode.com/svn/trunk/addrepo_lucid.sh | bash
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