Skip to content

Instantly share code, notes, and snippets.

@zamicol
Last active February 22, 2023 15:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zamicol/d61e8ed73134ada420ae2ce7bfe24ca2 to your computer and use it in GitHub Desktop.
Save zamicol/d61e8ed73134ada420ae2ce7bfe24ca2 to your computer and use it in GitHub Desktop.
How to Update Ubuntu
```
sudo apt update
sudo apt upgrade -y
sudo apt-get autoremove
sudo apt-get dist-upgrade
sudo shutdown -r now
sudo do-release-upgrade
```
Will adress these errors:
- Please install all available updates for your release before upgrading.
- You have not rebooted after updating a package which requires a reboot. Please reboot before upgrading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment