Top
Enterprise Postgres 18 Installation and Setup Guide for Server Assistant

2.3.1 Uninstallation RPM Packages

The uninstallation procedure is described below.

1. Stop the program

Before starting the uninstallation, stop the following:

2. Check the installed product

Check the installed products by following the procedure below.

Example

Displays the name of the installed package.

# rpm -qa | grep FJSVfsep

For detailed package information, run the following command:

# rpm -qi Package Name

3. Start the uninstaller

Uninstall all packages for the product to be uninstalled.

Refer to the table in "2.2.2 Installation from RPM Package" for the package set for each product.

The installation directory may remain after uninstallation. Delete them if they are not needed.

# rpm -e package name

Point

We recommend that you uninstall the packages of the products to be uninstalled in batches for each product.

Example

The following shows an example of uninstalling a server assistant product.

# rpm -qa | grep FJSVfsep-assistant
FJSVfsep-assistant-essential-*
FJSVfsep-assistant-core-*
FJSVfsep-assistant-openjdk-*
# rpm -e FJSVfsep-assistant-openjdk-<x> FJSVfsep-assistant-core-<x> FJSVfsep-assistant-essential-<x>

*is the version, OS, and so on.

"<x>" indicates the version.