Uninstalling the IBM® Verify Gateway for RADIUS server from a Linux® operating system involves removing the software and its associated components. The process typically includes stopping the RADIUS server service and running the appropriate package manager commands (For example, dpkg) to uninstall the software.
Procedure
-
Stop the RADIUS server before proceeding.
To stop the server, use the following
command
systemctl stop ibm_radius_64
- Based on your Linux operating system, use one of the following commands.
- For RPM based packages, use the following
command.
rpm -e ibm-radius
If you are not using the Verify Gateway for LinuxPAM, you can also remove
the common package.rpm -e ibm-auth-api
- For DEB based packages, use the following
command.
dpkg -r ibm-radius
If you are not using the Verify Gateway for LinuxPAM, you can also remove
the common package.dpkg -r ibm-auth-api