Skip to content

Instantly share code, notes, and snippets.

View RebootedDuck's full-sized avatar

Rebooted Duck RebootedDuck

  • United Kingdom
  • 13:02 (UTC)
View GitHub Profile
# 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)
```