Thank you for being a valued part of the CNET community. As of December 1, 2020, the forums are in read-only format. In early 2021, CNET Forums will no longer be available. We are grateful for the participation and advice you have provided to one another over the years.

Thanks,

CNET Support

General discussion

Ubuntu -- Upgrade

Nov 27, 2005 5:17AM PST

I've been wondering if it's possible to install Ubuntu 5.04 release, then use apt to upgrade to 6.? release. Can anyone tell me if that's possible and how to use it?

Discussion is locked

- Collapse -
Yes... but why?
Nov 27, 2005 11:07PM PST

Yes it is possible, but why would you want to?

6.whatever is not stable yet. Do not take this the wrong way, but if you are not sure how to upgrade to what will probably become 6.04 you probably cannot handle the problems that will come with running a testing distro.

If you want the most current Ubuntu, that is 5.10. You can use apt to upgrade. Simply edit /etc/sources.list to replace every instance of "hoary" with "breezy" then save it.

Then, open a command prompt and type

sudo apt-get update

and

sudo apt-get upgrade

Good Luck!

- Collapse -
Thanks
Dec 1, 2005 2:04PM PST

Much of my many experiences are with RPM based distros(Redhat, SuSE) I was talking about the 6.04 release itself, not a beta. Thanks a lot for the help.