rpm command example

rpm command example
0 votes, 0.00 avg. rating (0% score)

Query info about package:

rpm -qil package(binary)name

if you want info about all installed packeges

rpm -qail

INSTALL package:

rpm -ivh package_name

Forcing Installation (ignoring dependency problem)

rpm -ivh --force --nodeps package_name

verify package

rpm -V -a   #verfiy all package
rpm -V package_name

Leave a Reply

Your email address will not be published. Required fields are marked *