Howto upgrade ubuntu: Difference between revisions
Jump to navigation
Jump to search
Mandulete1 (talk | contribs) (Created page with "= ubuntu 20.04 to 22.04 lts = update repo and upgrade current packages: apt update && sudo apt upgrade -y reboot system: reboot install upgrade manager: apt -y install update-manager-core upgrade system: do-release-upgrade") |
Mandulete1 (talk | contribs) |
||
Line 1: | Line 1: | ||
= ubuntu 20.04 to 22.04 lts = | = ubuntu 20.04 to 22.04 lts = | ||
update repo and upgrade current packages: | update repo and upgrade current packages: | ||
apt update && sudo apt upgrade -y | apt update && sudo apt upgrade -y && apt autoremove -y | ||
reboot system: | reboot system: | ||
reboot | reboot |
Revision as of 15:38, 19 January 2025
ubuntu 20.04 to 22.04 lts
update repo and upgrade current packages:
apt update && sudo apt upgrade -y && apt autoremove -y
reboot system:
reboot
install upgrade manager:
apt -y install update-manager-core
upgrade system:
do-release-upgrade