• Skip to main content

Uly.me

cloud engineer

  • Home
  • About
  • Archives

Linux Mint 20 Ulyana

July 6, 2020

I upgraded my desktop to Linux Mint 20 Ulyana over the weekend.

Edit your package repository. Replace tricia with ulyana, and bionic with focal.

vim /etc/apt/sources.list.d/official-package-repositories.list

vim /etc/apt/sources.list.d/official-package-repositories.list

Run update first.

apt update -y
apt upgrade -y

apt update -y apt upgrade -y

Perform upgrade to Linux Mint 20. When prompted, choose default.

apt dist-upgrade

apt dist-upgrade

Reboot.

reboot

reboot

cat /etc/os-release.

ulysses@penguin:~/Code$ cat /etc/os-release
NAME="Linux Mint"
VERSION="20 (Ulyana)"
ID=linuxmint
ID_LIKE=ubuntu
PRETTY_NAME="Linux Mint 20"
VERSION_ID="20"
HOME_URL="https://www.linuxmint.com/"
SUPPORT_URL="https://forums.ubuntu.com/"
BUG_REPORT_URL="http://linuxmint-troubleshooting-guide.readthedocs.io/en/latest/"
PRIVACY_POLICY_URL="https://www.linuxmint.com/"
VERSION_CODENAME=ulyana
UBUNTU_CODENAME=focal

ulysses@penguin:~/Code$ cat /etc/os-release NAME="Linux Mint" VERSION="20 (Ulyana)" ID=linuxmint ID_LIKE=ubuntu PRETTY_NAME="Linux Mint 20" VERSION_ID="20" HOME_URL="https://www.linuxmint.com/" SUPPORT_URL="https://forums.ubuntu.com/" BUG_REPORT_URL="http://linuxmint-troubleshooting-guide.readthedocs.io/en/latest/" PRIVACY_POLICY_URL="https://www.linuxmint.com/" VERSION_CODENAME=ulyana UBUNTU_CODENAME=focal

Filed Under: Linux Tagged With: command line, linux mint, linux mint 20, ulyana, upgrade

Search This Website

Subscribe Via Email

  • Home
  • About
  • Archives

Copyright © 2023