Shell command to remove squid
-
hi, can someone please advice me what is the command to remove squid package and all its data including cache. I remember i did it before but could not find the command now. thanks
-
If you installed squid pfsense package, during uninstall it removes squid binaries.
find / -name squid will find all folders/files with this name
To remove a folder, you can use rm -rf /path_to_folder_you_want_to_remove.
Be carefull, rm can destroy your installation.
Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.