Skip to content

Instantly share code, notes, and snippets.

View RebootedDuck's full-sized avatar
🐧
Doing things with anything other than Flexbox

Rebooted Duck RebootedDuck

🐧
Doing things with anything other than Flexbox
  • United Kingdom
  • 09:39 (UTC +01:00)
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)
```