How To Upgrade Linux Mint 18.2 to 18.3 to 19.x and 20.x

Linux Mint offers an easy and painless upgrade path through the last 3 versions, which means no more reinstalling to stay current with the latest version.

The only catch is that you need the latest of each version, so for 18, you need 18.3 before you can go to 19, and then 19.3 (or latest), until you go to 20.  However, it's really a small price to pay and on the machines we've tested, the upgrade went seamlessly each time (although sometimes video drivers/custom kernel modules like Nvidia get messed up and need to be reinstalled).

 

Notes before getting started:

You may be asked where to install grub to, which should be the same as the current install device.  If you have multiple disks you could choose them all if you are not sure (be sure you don't choose a disk that has an existing OS that it boots from though):

 

 

Step 1.) Get the latest version of Linux Mint 18 (18.3)

You will need to install timeshift and create a restore point or the installer won't let you proceed.

sudo apt install timeshift

If you want to take the risk of something going wrong and having a messed up OS you can create this file to bypass the timeshift restore point check:  /etc/timeshift.json

From the GUI go to your update manager and you should see the option to upgrade to 18.3

From the CLI (if you are an experienced admin), do this:

#backup the original official package repo list
cp /etc/apt/sources.list.d/official-package-repositories.list ~

#edit the package repo list, change sonya to sylvia
sudo vi /etc/apt/sources.list.d/official-package-repositories.list
sudo apt update && sudo apt upgrade

 

You can now reboot and then update to Mint 19, or if you want to be dangerous you can do it right away without rebooting.

 

If you using the GUI you should see this after successful upgrade:

Step 2.) Update to Mint 19

Mint 19 upgrade errors if it doesn't go like below:

Now that you have Mint 18.3 you can install the utility called "mintupgrade".

sudo apt install mintupgrade

Run the mintupgrade command:

mintupgrade upgrade

You should see something like this:

Now run this command to get Mint 19:

mintupgrade upgrade

After this is done, reboot and you can then do step 3.

Note you'll be prompted several times for your user password (sudo) and after you are all done you should see this:

 

Step 3.) Upgrade to Mint 20

mintupgrade upgrade

You should now see that you are being prompted to upgrade to Mint 20.  Follow the prompts and you should be good.

 

Mint 19 Upgrade Errors:

You will need lightdm as your display manager, rather than mdm, otherwise you get this error:

"ERROR: MDM is no longer supported in Linux Mint 19, please switch to LightDM"

Solve the MDM error by installing lightdm:

sudo apt install lightdm

When installing lightdm, you will be asked to choose the default DM, which must be set as LightDM:

 An error occurred

mint-meta-core: dependency problems - leaving unconfigured

mint-meta-mate: dependency problems - leaving unconfigured

 

These packages seem to be installed upon a new default install, so it's likely that the error is not something to worry about and has been observed on many successful upgrades (upgrades that were good after reboot)

 

Mint Upgrade Broken Stuff

Some of the items that do seem to get broken are that Caja bookmarks are all gone, which is a pain if you had a bunch or needed them.

The "Locations"/Different Timezones in the tray don't work and do not display, it almost seems like the theme or template has broken them as they are still shown under "Edit".

To fix the Locations/Calendar issue just remove the clock applet, readd and reconfigure and it will be good again.

 

 


Tags:

upgrade, linux, mint, xlinux, offers, painless, versions, reinstalling, ve, seamlessly, drivers, custom, kernel, modules, nvidia, reinstalled, install, timeshift, restore, installer, sudo, apt, os, bypass, etc, json, gui, update, cli, admin, repo, cp, sources, repositories, edit, sonya, sylvia, vi, reboot, rebooting, utility, quot, mintupgrade, prompted, prompts,

Latest Articles

  • vi cannot copy and paste automatic visual mode solution
  • python3 error Ubuntu Linux error solution SyntaxError: invalid syntax line 12 pip{sys.version_info.major}
  • Could not read response to hello message from hook [ ! -f /usr/bin/snap ] || /usr/bin/snap advise-snap --from-apt 2>/dev/null || true: Connection reset by peer
  • -bash: expr: command not found Linux Debian Mint Ubuntu
  • How to remove metadata from pdf on Linux Ubuntu
  • How to install and configure haproxy on Linux Ubuntu Debian
  • Linux Ubuntu Mint Gnome keyboard Typing not working in certain application or window solution
  • talib/_ta_lib.c:747:10: fatal error: ta-lib/ta_defs.h: No such file or directory
  • How to install Windows or other OS and then bring to another computer by using a physical drive and Virtual Machine with QEMU
  • PXE-E23 Error BOOTx64.EFI GRUB booting is 0 bytes tftp pxe dhcp solution NBP filesize is 0 Bytes
  • vagrant install on Debian Mint Ubuntu Linux RHEL Quick Setup Guide Tutorial
  • RHEL 8 CentOS 8, Alma Linux 8, Rocky Linux 8 System Not Booting with RAID or on other servers/computers Solution for dracut and initramfs missing kernel modules
  • How to Upgrade to Debian 11 from Version 8,9,10
  • Ubuntu Linux Mint Debian Redhat Cannot View Files on Android iPhone USB File Transfer Not Working Solution
  • Virtualbox Best Networking Mode In Lab/Work Environment without using NAT Network or Bridged
  • debootstrap how to install Ubuntu, Mint, Debian install
  • Linux grub not using UUID for the root device instead it uses /dev/sda1 or other device name solution
  • How To Restore Partition Table on Running Linux Mint Ubuntu Debian Machine
  • Debian Ubuntu apt install stop daemon questions/accept the default action without prompting
  • iptables NAT how to enable PPTP in newer Debian/Ubuntu/Mint Kernels Linux