rpm -qpil rpm-file
how to see the contents of a rpm package:
rpm -qpil path to rpm file
rpm -ql shows the contents of an installed rpm package
rpm -qpil path to rpm file
rpm -ql shows the contents of an installed rpm package
notebook I carry from job to job
2 Comments:
erase an rpm with
rpm --erase rpm name
rpm -q --dump shows the contents, which files are involved.
Post a Comment
<< Home