Install and Update Software Flashcards
1
Q
What is the command to remove a package?
A
apt remove
2
Q
What is the command to remove all the packages that are no longer requiered?
A
apt autoremove
3
Q
What is the command to shutdown the machine?
A
shutdown now
4
Q
What is the command to reboot the machine?
A
sudo reboot
5
Q
What is the package to see the directories hierarchy as a tree?
A
tree
6
Q
What is the other command other than apt to install packages?
A
snap
7
Q
What is the command to see the list of packages installed with snap?
A
snap list
8
Q
What is the command to update and upgrade all the packages with snap?
A
snap refresh
9
Q
What is the command to remove a package with snap?
A
snap remove
10
Q
What is the command to install a package with snap
A
snap install