To uninstall a
Micro Focus product:
- Execute the following command to discover the name of the installed package:
rpm -qa | grep Micro_Focus
This returns
PackageName, the RPM name of your
Micro Focus product which is used to identify the install package.
- Execute the following command to uninstall the product:
rpm -e [ PackageName ]
Uninstalling several installation packages simultaneously
If you installed the same package more than once on the same machine using the --nodeps --prefix command line options, to remove all of these installations execute the following command:
[ as root ] rpm -e --allmatches [ package name ]