6.1.1 Flashcards
The rpm ________command verifies that packages are free from errors
-V
rpm -V performs an MD5 checksum on the package. RPM only gives output when packages have ________ If errors are present, the command displays the error code and the filename.
errors.
acroread-8.1.3-51.6.i586.rpm - packaage name digits
acroread
acroread-8.1.3-51.6.i586.rpm - version number
8.1.3
acroread-8.1.3-51.6.i586.rpm - release
51.5
acroread-8.1.3-51.6.i586.rpm - arcgitecture
i586
installs a package. Use the entire package filename when installing
rpm -i
The rpm –nodeps command installs the package without checking for dependencies. This is not a recommended practice. A dependency is an application’s reliance on another package to perform correctly.
dc
converts RPM package infor cipio archince
rpm2cpio
is the primary utility for getting, installing, deleting, querying, and managing Red Hat Enterprise Linux RPM software packages
yum
YUM Checks the dependencies of an RPM package being installed, and then automatically installs or updates any dependencies as needed.
6.2.4 start
YUM Keeps and updates a file that lists all __________ available in the Internet repositories that it has been configured to use.
packages
YUM Uses /etc/yum.conf as its ____________ file
configuration
YUM Uses a_________ file in /etc/yum.repos.d/
.repo
Uses /var/usr/yum.log as a log file to track when packages are __________
installed