Skip to content

Instantly share code, notes, and snippets.

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

Maisie RebootedDuck

🐧
Doing things with anything other than Flexbox
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)
```