Updata

Asked by Kevin

Is there a way to Update from Ubuntu 8.04 Alpha 5 to Ubuntu 8.04 Alpha 6 with out burn it to a CD? Or did it update automatically?

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Solved by:
Ralph Janke
Solved:
Last query:
Last reply:
Revision history for this message
Best Ralph Janke (txwikinger) said :
#1

Thanks for the question.

You can use commandline "apt-get" or update-manage to update all packages and you will have alpha6 (plus all other new packages at the time of performing the command).

sudo apt-get update
sudo apt-get dist-upgrade

are the commandline commands.

or start automatic updates as described here: https://help.ubuntu.com/community/InstallingSoftware#head-f25dbe67da428012314c90d544503baaac0b0d8e

Hope this helps.

Revision history for this message
Kevin (kevinrs91) said :
#2

Thanks Ralph Janke, that solved my question.