Install and Upgrade Packages Flashcards

1
Q

how to see if httpd is installed?

A

yum list http*

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

search all web server packages

A

yum search all ‘web server’

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

how to find out where /etc/rsyslog.conf came from?

A

yum provides /etc/rsyslog.conf

yum provides tells which package any file came from or it will say “No matches found” if a user created it

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

how to see all package groups that can be installed?

A

yum group list hidden

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

show yum install history

Undo a yum package install

A

yum history

yum history undo

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