Previous Topic Next topic Print topic


Uninstalling Using the RPM Installer

To uninstall a Micro Focus product:
  1. 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.

  2. 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 ]
Previous Topic Next topic Print topic