2 examples for apt
# show various technical information about the 'firefox' package,
# as well as a short description
apt show firefox
# 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