loader image

How to update Linux through the terminal, Debian based.

What makes us different from other similar websites? Forums Tech How to update Linux through the terminal, Debian based.

Viewing 1 post (of 1 total)
  • Author
    Posts
  • #6704
    thumbtak
    Keymaster

    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.

    • This topic was modified 1 year, 9 months ago by thumbtak. Reason: "flatpak uninstall --unused" was added
Viewing 1 post (of 1 total)
  • You must be logged in to reply to this topic.
TAKs Shack