PDA

View Full Version : [SOLVED] sudo aptitude



KegHead
June 19th, 2012, 09:35 PM
Hi!

I've finally made the migration to Xubuntu (12.04)!

One problem: sudo aptitude install linux-image -f
does not seem to work.

Anyone?

KegHead

rukiaEnix
June 19th, 2012, 09:41 PM
Could you please post the error message?

KegHead
June 20th, 2012, 02:16 PM
jim@jim-desktop:~$ sudo aptitude install linux-image -f
sudo: aptitude: command not found

drs305
June 20th, 2012, 02:19 PM
KegHead,

Aptitude is no longer installed by default on the recent releases of the Ubuntu family.

You have to install it:

sudo apt-get install aptitude

cottfcfan
June 20th, 2012, 02:19 PM
Have you installed aptitude?
If not the command is apt-get.

drs305... you beat me to it.

KegHead
June 20th, 2012, 02:59 PM
Hi!

It worked like a charm!

(I should have known this!)

Thanks!

KegHead