
12 Sep
2005
12 Sep
'05
11:34 p.m.
Raymond Burgess wrote:
What is the process of upgrading from one release to another, as it is I don't have anything important on my workstation so just doing a reinstall of the newer release is a simple option, but I would be interested to hear of anyone experiences of doing an upgrade.
$ sudo gedit /etc/apt/sources.list Find and replace "hoary" with "breezy", or "warty" with "hoary", or whatever. Save and exit. $ sudo apt-get update && sudo apt-get dist-upgrade Sit back and make a coffee, read a book, make a meal...you know, relax until the downloading and configuring is done. Reboot into your new system. :)