0

How can I install a Beta version as an upgrade to an existing OS. I would prefer not to wipe out what is on the drive.

Mateo
  • 8,104
user247020
  • 79
  • 1
  • 2
  • 7

1 Answers1

1

1st check if your update settings are correct:

enter image description here

  • The Ubuntu version shown after "pre-released updates" is the name of the new version. I have 14.10 installed on the image above.
  • the "pre-released updates" needs to be active.
  • the "notify me of new releases" needs to show "for any new version".

Warning please note that once you upgrade to newer Ubuntu, you cannot downgrade to Ubuntu thee older one. If the installation goes bad the only way to go back is a fresh install or to take out the time to fix any problem you encounter yourself.

The following 2 commands will upgrade your system to a newer release:

sudo apt-get update && sudo apt-get dist-upgrade
sudo update-manager -d

The 2nd command will open "Update Manager" and will notify you of a new release with something like this:

The software on this computer is up to date.

Ubuntu {new-release} is now available (you have Ubuntu {your-current-release}).

with a "upgrade" button. Click it and wait for it to finish.


The proposed option got moved to

enter image description here

at some point after 18.04

Rinzwind
  • 299,756
  • It installed, but it did run into problems. It has been slowly fixing itself sort of. It won't do the updates needed to fix the rest of the issues. And it installed Plasma 5, I was not given an option in the install process for that. – user247020 Oct 20 '14 at 17:10
  • it is a beta so problems are to be expected (they'll get sorted in the coming days). – Rinzwind Oct 20 '14 at 17:15
  • Software & Updates dialog box doesn't contain "Pre-released updates" option any more. – harobed Apr 04 '21 at 08:28
  • @harobed here you go an update. – Rinzwind Apr 04 '21 at 08:45