update-manager -d hardy -> intrepid

Asked by Oybon

Seemingly can't find the Upgrade. (i.e. says all up-to-date)

Is this a roll-out issue for alpha 6 or my local problem?

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu update-manager Edit question
Assignee:
No assignee Edit question
Solved by:
Oybon
Solved:
Last query:
Last reply:
Revision history for this message
marcobra (Marco Braida) (marcobra) said :
#1

Upgrade from hardy to intrepid

Please open a Terminal from the menu Applications->Accessories->Terminal and type:

sudo sed -i "s/hardy/intrepid/g" /etc/apt/sources.list

give your user password when requested, you don't see nothing when you type it, then press enter.

sudo apt-get clean
sudo aptitude update
sudo aptitude dist-upgrade
sudo apt-get -f install
sudo apt-get clean

give your user password when requested, you don't see nothing when you type it, then press enter.

Then to check your new ubuntu version:

lsb_release -a

Hope this helps

Revision history for this message
Oybon (oybon) said :
#2

Hi

Just before trying this I retried the update-manager -d and this time it worked. Odd, but at least it is problem solved and Intrepid seems functional.

Thanks for the help though, I will log it for future problem solving.