PDA

View Full Version : [all variants] adept vs. apt-get



buntu_hugenewbie11
September 9th, 2008, 09:05 PM
I recently installed Hardy on a new computer and I found that apt-get upgrade doesn't seem to actually upgrade as packages are kept back all the time.
But the adept package manager seems to always signal that certain packages are upgradable.

Is it bad to use both adept package manager and apt-get?

Is one preferable over the other?

Titan8990
September 9th, 2008, 09:06 PM
You are just giving apt-get the wrong command. Adept updater uses aptitude. The command you are looking for is this:

sudo apt-get dist-upgrade


Dist-upgrade also installs dependencies needed up upgrading.

nickgaydos
September 9th, 2008, 09:06 PM
I wouldn't see why it would be bad to run both on the same machine, I do cause of KDE...I just perfer apt-get over adept because I am used to apt-get.

skymera
September 9th, 2008, 09:08 PM
sudo aptitude full-upgrade

LowSky
September 9th, 2008, 09:53 PM
I I found that apt-get upgrade doesn't seem to actually upgrade as packages are kept back all the time.

dont forget sudo, nothing will happen without it

Sudo apt-get upgrade

buntu_hugenewbie11
September 9th, 2008, 10:39 PM
No I didn't mean a distribution upgrade. Just package upgrades. But on that note is there a difference between aptitude and apt?