Created
July 20, 2022 20:32
-
-
Save RebootedDuck/3d4b741f945de5c3ecbb78caa27e765e to your computer and use it in GitHub Desktop.
Update Ubuntu Commands
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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