2 examples for apt

{{ score }}
  # show various technical information about the 'firefox' package,
# as well as a short description
apt show firefox
        
{{ score }}
  # In conjuction with sudo is a shorthand version of apt-get with a progress bar
# The command below updates the repo (ubuntu type systems)
sudo apt update