How to remove varnish that was installed by make on ubuntu 16.04
How to remove varnish that was installed by make on ubuntu 16.04
I installed varnish by using the commands
cd /tmp && git clone https://github.com/varnishcache/varnish-cache
cd varnish-cache
sudo sh autogen.sh
sudo sh configure
sudo make
and now it placed to this folder
neo@neo:/tmp/varnish-cache$ which varnishd/usr/local/sbin/varnishd
How to remove an app from ubuntu 16.04 that was installed by a make command?
By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.
Possible duplicate of What's the opposite of 'make install', i.e. how do you uninstall a library in Linux?
– Jakub Kania
Aug 21 at 10:01