Installing and updating software packages Flashcards
1
Q
Where the repos reside?
A
/etc/yum.repos.d/
2
Q
Where to find repo examples?
A
man yum.conf
/example
3
Q
Query all installed packages
A
rpm -qa
4
Q
Queries a list of files associated with a package
A
rpm -ql postfix
5
Q
Query information on a package
A
rpm -qi postfix
6
Q
Query an existing file on the system and return the package and it belongs to
A
rpm -qf /etc/postfix/sasl_password
7
Q
Loop mount the ISO
A
/root/DVD.iso /mnt iso9660 defaults,loop 0 0
mount -o loop /root/dvd.iso /mnt