Rate This Document
Findability
Accuracy
Completeness
Readability

Uninstalling Varnish

Uninstallation Against Source Code Installation

  1. Stop Varnish.
    pkill varnish
  2. During source code compilation and installation, only the corresponding files are generated. Therefore, you can directly delete the corresponding directories.
    rm -rf /usr/local/varnish

Uninstallation Against RPM Package Installation

  1. Stop Varnish.
    pkill varnish
  2. Uninstall Varnish.
    1
    2
    rpm -qa | grep varnish
    rpm -e --nodeps varnish-x.x.x
    
  3. If no related information is displayed, the uninstallation is complete.
    1
    rpm -qa | grep varnish