After upgrading to 16.04 I tried to use "sudo aptitude update" at the command line and got the error that the command was not found. What do I need to do to be able to use it again?
Asked
Active
Viewed 1.5k times
3 Answers
8
Hot tip: You don't need 'apt-get' in 16.04, only 'apt'. Example:
sudo apt install aptitude
Ash
- 101
0
Seems https://launchpad.net/ubuntu/xenial/+source/aptitude is available.
Just open your terminal and type sudo apt-get install aptitude
Then try again.
Thank you.
Raja G
- 102,391
- 106
- 255
- 328