APT

PHOTO EMBED

Thu Jul 25 2024 04:19:44 GMT+0000 (Coordinated Universal Time)

Saved by @sosiegoless

sudo apt update        # Fetches the list of available updates
sudo apt upgrade       # Installs some updates; does not remove packages
sudo apt full-upgrade  # Installs updates; may also remove some packages, if needed
sudo apt autoremove    # Removes any old packages that are no longer needed
content_copyCOPY