Rate This Document
Findability
Accuracy
Completeness
Readability

Uninstalling Lighttpd

Uninstalling Lighttpd (Installed by Compiling the Source)

  1. During source code compilation and installation, only the corresponding files are generated. Therefore, you can directly delete the corresponding directories.
    1
    rm -rf /usr/local/lighttpd
    
    1
    ls /usr/local/lighttpd
    

Installation and Uninstallation Using the Mirror Site

  1. Uninstall Lighttpd.
    1
    rpm -qa | grep lighttpd
    
    1
    rpm -e --nodeps lighttpd-1.4.53
    
  2. If no information is displayed, Lighttpd has been uninstalled.
    1
    rpm -qa | grep lighttpd
    
  3. Delete the installation directory.
    1
    rm -rf /usr/local/lighttpd
    
    1
    ls /usr/local/lighttpd