how do I install Aptitude on Ubuntu

Solution 1:

Answer from the comments (poster Osborn doesn't seem to have an AU account):

sudo apt-get install aptitude

Solution 2:

You may need to update your sources first:

sudo apt-get update
sudo apt-get -y install aptitude