Uninstalling Lighttpd
Uninstalling Lighttpd (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/lighttpd
1ls /usr/local/lighttpd
Installation and Uninstallation Using the Mirror Site
- Uninstall Lighttpd.
1rpm -qa | grep lighttpd
1rpm -e --nodeps lighttpd-1.4.53
- If no information is displayed, Lighttpd has been uninstalled.
1rpm -qa | grep lighttpd
- Delete the installation directory.
1rm -rf /usr/local/lighttpd
1ls /usr/local/lighttpd
Parent topic: Lighttpd Porting Guide