Brief: This step-by-step tutorial demonstrates how to upgrade to Ubuntu 18.04 from Ubuntu 17.10 and 16.04.
If you are using Ubuntu 17.10 or 16.04 right now and are excited about the new features in Ubuntu 18.04, you may want to use it. Ubuntu 18.04 is released and you can now upgrade to Ubuntu 18.04 today from Ubuntu 17.10 and 16.04.
Upgrading to Ubuntu 18.04 from 17.10 and 16.04 means that you don’t need to create a new USB disk and do a fresh install. All you need is a good internet connection that can download around 1.5 GB of data. The upgrade process takes a few clicks and less than 30 minutes depending on your internet speed. All your data in the existing system remains the same. However, making a backup is always recommended.
Upgrade to Ubuntu 18.04 from Ubuntu 17.10 and Ubuntu 16.04
I am using the default Ubuntu 17.10 GNOME flavor for this tutorial but I believe the same steps should be applicable to other Ubuntu flavors such as Kubuntu, Xubuntu etc. You’ll also have to use some commands but they are not at all complicated.
Before you upgrade to Ubuntu 18.04, you should keep a few things in mind:
- If you choose to upgrade your Ubuntu version, you cannot downgrade it. You cannot get back to Ubuntu 17.10 without reinstalling it. Which means you may lose your existing data.
- It is always a good idea to make a backup of your data before performing a major upgrade like this.
- You need a good internet connection for the upgrade procedure.
- You may need an hour or less depending on your internet speed for the entire upgrade procedure.
Put correct settings in place before upgrading to Ubuntu 18.04
Go to Software & Updates:
And under the Updates tab, make sure that Notify me of a new Ubuntu version is set to “Any new version”:
This will reload the Software repository cache.
Once the correct Software Sources settings are in place, open a terminal and use the command below to update the system. It may take some time, depending on your internet speed.
sudo apt update && sudo apt dist-upgrade
If you are asked to do a system restart, restart your system.
Upgrade to Ubuntu 18.04 from 17.10 and 16.04 using command line
You need to make sure that you have update-manager-core package installed. Open a terminal and run the following command:
sudo apt install update-manager-core
After this, run the following command to upgrade to Ubuntu 18.04:
sudo do-release-upgrade
This command will search for a newer Ubuntu version. If it finds a new version, it will download the files, around 1Gb in size, and then will ask you if you want to install those new packages. If you choose yes, your upgrade procedure starts.
Though Ubuntu 18.04 has been released, you might not see the availability of new version immediately.
Upgrade to Ubuntu 18.04 from 17.10 and 16.04 using GUI
If you prefer GUI, let’s see how you can upgrade to Ubuntu 18.04. I have also made a video of the process. You can refer to that as well.
Subscribe to YouTube Channel for more Linux Videos
Run Update Manager so that it looks for distribution upgrade.
sudo update-manager
This will open the Software Updater and it should notify you of the availability of Ubuntu 18.04.
Obviously, click on Upgrade. The rest of the process is fairly easy. All you have to do is to follow the on-screen instructions.
It will download the release upgrade tool.
And then it will prepare your system for the upgrade by setting new software repositories.
And at this stage, you’ll be asked to actually upgrade your system. This is the point of no return. You cannot go back from here so make sure you have a reliable internet. The entire process may take anywhere from 20 minutes to 90 minutes depending on your internet speed.
Now your system will be installing the new Ubuntu 18.04 packages.
After some time, you’ll be asked whether you want to keep the obsolete packages from the previous Ubuntu 17.10 install. I advise removing them.
At this point, you have already completed the Ubuntu 18.04 upgrade process. You’ll be asked to restart your system now.
After restarting the system, you’ll see the Ubuntu 18.o04 default wallpaper.
That’s it. That’s all you needed to do to upgrade to Ubuntu 18.04 from Ubuntu 17.10 and 16.04. Enjoy Ubuntu 18.04.

Happend to me as well after upgrade from 16.xx to 18.04
Had to change in fstab “,vers=1.0” in addition to the line before. Perhaps this helps
//192.168.178.25/all /home/helmut/AMount/all cifs noauto,users,username=helmut,password=xxx,iocharset=utf8,sec=ntlm,vers=1.0 0 0
Have in addition to this a *.sh that is executed in Autostart like this:
mount //192.168.178.25/all
Not to foreget to create manually the directory path:
/home/helmut/AMount/all
Then on a new boot it connects on my Ubuntu 18.04
The Release upgrade tool throws out an error that says you can’t upgrade from 17.04 to 18.04. Here’s the terminal error message. “Can not upgrade An upgrade from ‘zesty’ to ‘bionic’ is not supported with this tool. “
That’s right. You cannot upgrade from 17.04 to 18.04. 17.10 has been discontinued as well. So now you cannot eve upgrade from 17.04 to 17.10 and then to 18.04.
The only way now is to backup your documents and do a fresh install of Ubuntu 18.04.
Is there any possibility where I could download the 18.04 ISO and upgrade instead of online upgrade??
Yes, you can download the ISO and then create live USB and then upgrade your system using this live USB.
it dont work !!
I upgraded from 16.04 to 18.04 but now my NAS network shares won’t mount. /media/ directories appear empty. Fstab and .smbcredentials seem to be ok. When trying to mount (mount -a) I get an error message, saying the host is down. When using the links in Files, the message says: mount: /media/T-Shadowfox: operation permitted for root only.
Does anyone know how to solve this?
Did you check if your installation is using xorg or wayland. wayland restricts root operation for security reaseons, but certain application do not work – I’ve seen the information about TeamViewer, which cannot see a remote desktop if using wayland. So it migth be useful to try.
Look at https://linuxconfig.org/how-to-disable-wayland-and-enable-xorg-display-server-on-ubuntu-18-04-bionic-beaver-linux