upgrade from 11.04 to 11.10

Asked by nichalandy

I have already upgraded my desktop to Ubuntu 11.10. But fail to see this upgrade on my HP Netbook, is it too small to have this facility

Question information

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

I can update my Ubuntu 11.04 but not upgrade it. Any thoughts on how??

Revision history for this message
Best marcobra (Marco Braida) (marcobra) said :
#2

Please open a terminal by pressing ctrl +alt + t then type or better to avoid errors, copy and paste single row a time from here and paste it into the terminal:

sudo apt-get update
sudo apt-get dist-upgrade
sudo apt-get clean
sudo apt-get update
sudo apt-get -y purge $(dpkg --get-selections | awk '((/^linux-/) && (/[0-9]\./) && (!/'"`uname -r | sed "s/-generic//g"`"'/)) {print $1}')
sudo apt-get install update-manager

and then to check how many space do you have after clean type:
sudo df -h

then to uprade your system, type:

sudo do-release-upgrade

Revision history for this message
nichalandy (and4car) said :
#3

Thank you marcobra, I will try your suggestion for my upgrade to Ubuntu 11.10.

I appreciate you getting in touch.

nicalandy