How to update Linux through the terminal, Debian based.
- This topic has 0 replies, 1 voice, and was last updated 2 years, 4 months ago by .
Viewing 1 post (of 1 total)
Viewing 1 post (of 1 total)
- You must be logged in to reply to this topic.
What makes us different from other similar websites? › Forums › Tech › How to update Linux through the terminal, Debian based.
Below are all the commands you can use to make sure your system is up-to-date.
$ sudo apt update
$ sudo apt upgrade -y
$ sudo apt autoremove -y
$ sudo snap refresh
$ sudo flatpak update -y
$ sudo apt dist-upgrade -y
$ flatpak uninstall --unused
Note: Some may not work as you do not have the tool installed.