Install pound
Installing pound package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install pound
pound package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | pound |
version | 2.6-6.1+b1 |
description | reverse proxy, load balancer and HTTPS front-end for Web servers |
subsection | net |
website | apsis.ch / pound / |
maintainer | Brett Parker |
Uninstall pound
To remove just pound package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove pound
Uninstall pound and it’s dependent packages
To remove the pound package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove pound
Purging pound
If you also want to delete configuration and/or data files of pound from Debian Sid then this will work:
sudo apt-get purge pound
To delete configuration and/or data files of pound and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove pound