To uninstall IBM Informix products that you installed manually with RPM, follow the procedures below.
You must uninstall the old version of the database server before you install the new version with RPM.
As the procedures below show, you must query the package name before uninstalling and then specify that package name when you run the uninstallation. For the specific query and uninstall command, see Table 17 that follows the procedure.
Product Package | Command to
Query Package Name |
Command to
Uninstall Package |
---|---|---|
Dynamic Server | rpm -qf bin/oninit | rpm -e IIF -fullpackagename |
Messages | rpm -qf msg | rpm -e msg -fullpackagename |
GLS | rpm -qf gls | rpm -e gls -fullpackagename |
Client SDK | rpm -qf bin/esql | rpm -e csdk -fullpackagename |
IConnect | rpm -qf bin/esqlvers | rpm -e iconn -fullpackagename |
To discover which particular package or packages owns a file, run the rpm -qf filename command.
For more information, see http://www.rpm.org or the rpm manual pages.
Home | [ Top of Page | Previous Page | Next Page | Contents | Index ]