Introduction
If you need to remove a package using the RPM utility, it is recommended to perform the steps without removing any dependencies to ensure only the package in question is removed.
Procedure
rpm -e --nodeps $PACKAGE
Where $PACKAGE
is the name of the RPM package name you are looking to remove.
Comments
0 comments
Article is closed for comments.