我要评分
获取效率
正确性
完整性
易理解

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