Install and Upgrade Packages Flashcards
1
Q
how to see if httpd is installed?
A
yum list http*
2
Q
search all web server packages
A
yum search all ‘web server’
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
4
Q
how to see all package groups that can be installed?
A
yum group list hidden
5
Q
show yum install history
Undo a yum package install
A
yum history
yum history undo