Uninstalling HAProxy
Uninstalling HAProxy (Installed by Compiling the Source)
- During source code compilation and installation, only the corresponding files are generated. Therefore, you can directly delete the corresponding directories.
1rm -rf /usr/local/haproxy
1ls /usr/local/haproxy
Installation and Uninstallation Using the Mirror Site
- Uninstall HAProxy.
1rpm -qa | grep haproxy
1rpm -e --nodeps haproxy-1.9.0
- If no information is displayed, HAProxy has been uninstalled.
1rpm -qa | grep haproxy
- Delete the installation directory.
1rm -rf /usr/local/haproxy
1ls /usr/local/haproxy
Parent topic: HAProxy Porting Guide