Install pump
Installing pump package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install pump
pump package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | pump |
version | 0.8.24-7 |
description | BOOTP and DHCP client for automatic IP configuration |
subsection | admin |
maintainer | Philippe Coval |
Uninstall pump
To remove just pump package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove pump
Uninstall pump and it’s dependent packages
To remove the pump package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove pump
Purging pump
If you also want to delete configuration and/or data files of pump from Debian Sid then this will work:
sudo apt-get purge pump
To delete configuration and/or data files of pump and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove pump