Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save RebootedDuck/3d4b741f945de5c3ecbb78caa27e765e to your computer and use it in GitHub Desktop.
Save RebootedDuck/3d4b741f945de5c3ecbb78caa27e765e to your computer and use it in GitHub Desktop.
Update Ubuntu Commands
# How To Update Ubuntu
To update Ubuntu (Applicable to 18<Version) you need these commands, I think
```
sudo apt update
sudo apt upgrade
sudo apt autoremove (Save space, Unnecesary)
```
This probably works idk
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment