PDA

View Full Version : how do I upgrade to gutsy today?


sdowney717
October 17th, 2007, 09:10 AM
what is the command?
I dont wish to download and do a fresh install.

caffienefree
October 17th, 2007, 09:15 AM
As long as you're at 7.04, do sudo update-manager -d.

FredB
October 17th, 2007, 09:36 AM
Or modify your /etc/apt/sources.list by changing "feisty" by "gutsy".

Then sudo aptitude update && sudo aptitude dist-upgrade ;)

And wait a little.

But before : do a backup of your datas !

AlexenderReez
October 17th, 2007, 10:27 AM
Or modify your /etc/apt/sources.list by changing "feisty" by "gutsy".

Then sudo aptitude update && sudo aptitude dist-upgrade ;)

And wait a little.

But before : do a backup of your datas !

well..this method is not recommended..

sudo sed -e 's/\sfeisty/ gutsy/g' -i /etc/apt/sources.list

FredB
October 17th, 2007, 10:34 AM
Well, if it works... And update-manager -c -d should do the same work, after all ? ;)

por100pre1
October 17th, 2007, 10:51 AM
gksudo 'update-manager -d'