What is the command to remove a package?
apt remove
What is the command to remove all the packages that are no longer requiered?
apt autoremove
What is the command to shutdown the machine?
shutdown now
What is the command to reboot the machine?
sudo reboot
What is the package to see the directories hierarchy as a tree?
tree
What is the other command other than apt to install packages?
snap
What is the command to see the list of packages installed with snap?
snap list
What is the command to update and upgrade all the packages with snap?
snap refresh
What is the command to remove a package with snap?
snap remove
What is the command to install a package with snap
snap install