config:ubuntu18-20-upgrade
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| config:ubuntu18-20-upgrade [2020/08/15 23:40] – Wuff | config:ubuntu18-20-upgrade [2025/11/23 12:11] (current) – removed Wuff | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== Ubuntu 18.04 -> 20.04 upgrade ====== | ||
| - | < | ||
| - | sudo do-release-upgrade -d | ||
| - | </ | ||
| - | Kodi-specific: | ||
| - | |||
| - | |||
| - | remove unnecessary locales | ||
| - | < | ||
| - | list available locales: | ||
| - | localedef --list-archive | ||
| - | locale -a | ||
| - | </ | ||
| - | then remove all BUT THE ONES LISTED: | ||
| - | < | ||
| - | |||
| - | < | ||
| - | After that, you could reboot or try to run '' | ||
| - | |||
| - | To reconfigure this, simply enter the following in terminal: | ||
| - | < | ||
| - | |||
| - | reinstate ppas after upgrade by uncommenting sources | ||
| - | |||
| - | < | ||
| - | |||
| - | Remove snap/lxd: | ||
| - | < | ||
| - | sudo apt autoremove --purge snapd | ||
| - | sudo apt --purge | ||
| - | |||
| - | sudo apt autoremove --purge snapd gnome-software-plugin-snap | ||
| - | sudo rm -rf / | ||
| - | rm -fr ~/snap | ||
| - | sudo snap list, a loop, and sudo snap remove $package | ||
| - | sudo apt-get purge --auto-remove lxd | ||
| - | </ | ||
config/ubuntu18-20-upgrade.1597531252.txt.gz · Last modified: (external edit)