Updating & Installing Software Flashcards

1
Q

Updates list of repositories/packages available with most current info

A

sudo apt-get (yum in CentOS) update

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

Upgrades available packages

A

sudo apt-get (yum in CentOS) upgrade

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

Search for particular package / process

A

sudo apt-cache search “process name”

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