Monday, November 14, 2016

Remove the RPM in linux if dependencies exit

Solution ::
yum remove $(rpm -qa | grep PACKAGENAME)
* Change PACKAGENAME with your Package name
* For disabling plugins just add --disableplugin=PLUGIN-NAME

* If you can't access the Internet, just add this options to the line above --disablerepo=*

No comments:

Post a Comment