Install and Update Software Flashcards

1
Q

What is the command to remove a package?

A

apt remove

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is the command to remove all the packages that are no longer requiered?

A

apt autoremove

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is the command to shutdown the machine?

A

shutdown now

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is the command to reboot the machine?

A

sudo reboot

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is the package to see the directories hierarchy as a tree?

A

tree

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is the other command other than apt to install packages?

A

snap

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is the command to see the list of packages installed with snap?

A

snap list

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is the command to update and upgrade all the packages with snap?

A

snap refresh

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What is the command to remove a package with snap?

A

snap remove

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What is the command to install a package with snap

A

snap install

How well did you know this?
1
Not at all
2
3
4
5
Perfectly