PrepAway - Latest Free Exam Questions & Answers

Which command to preview where the package file, apache-xml.i386.rpm, will install its files before installing

You want to preview where the package file, apache-xml.i386.rpm, will install its files before installing it.

What command do you issue?

A.
rpm -qp apache-xml.i386.rpm

B.
rpm -qv apache-xml.i386.rpm

C.
rpm -ql apache-xml.i386.rpm

D.
rpm -qpl apache-xml.i386.rpm

Explanation/Reference:
to work with specific rpm-files you need the parameter -p, -ql lists all files for a package.
alternatively you could specify the  –test parameter when installing


Leave a Reply