Install privoxy
Installing privoxy package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install privoxy
privoxy package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | privoxy |
version | 3.0.24-1 |
description | Privacy enhancing HTTP Proxy |
subsection | web |
website | privoxy.org |
maintainer | Roland Rosenfeld |
Uninstall privoxy
To remove just privoxy package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove privoxy
Uninstall privoxy and it’s dependent packages
To remove the privoxy package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove privoxy
Purging privoxy
If you also want to delete configuration and/or data files of privoxy from Debian Sid then this will work:
sudo apt-get purge privoxy
To delete configuration and/or data files of privoxy and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove privoxy