Thread Previous • Date Previous • Date Next • Thread Next |
sudo aptitude full-upgrade and apt-get dist-upgrade do the same thing, basically. The attempt to reslove dependency issues, removing files if needed. They just do it slightly differently.Now I am confused !!! So, do I just issue sudo aptitude full-upgrade
apt-get update and aptitude update are identical, they tell you what new versions are available.
The safe-upgrade and upgrade options will never remove any packages at all.
You have to do an update first to get the list of newer packages, either with apt-get or aptitude.and not bother with the sudo apt-get update and sudo apt-get dist-upgrade method ?
sudo aptitude full-upgrade just happens to solve a problem that sudo apt-get dist-upgrade doesn’t in this case.
Hey, it's only one command, I might even get to remember that one ;-) Thanks, Phill.On Fri, Mar 12, 2010 at 10:13 PM, Steve <yorvik.ubunto@xxxxxxxxxxxxxx>wrote:On Fri, 12 Mar 2010 22:03:34 -0000, Chow Loong Jin <hyperair@xxxxxxxxx> wrote: On Saturday 13,March,2010 05:36 AM, Steve wrote:sudo aptitude dist-upgrade offers you the correct solution as well.aptitude does not have dist-upgrade. It has full-upgrade and safe-upgradewhich are the dist-upgrade and upgrade counterparts from apt-get. sudo aptitude dist-upgrade works on my machine, although I believefull-upgrade is supposed to be used now. -- Steve Yorvyk _______________________________________________ Mailing list: https://launchpad.net/~lubuntu-desktop Post to : lubuntu-desktop@xxxxxxxxxxxxxxxxxxx Unsubscribe : https://launchpad.net/~lubuntu-desktop More help : https://help.launchpad.net/ListHelp
-- Steve Yorvyk
Thread Previous • Date Previous • Date Next • Thread Next |