Install netplug
Installing netplug package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install netplug
netplug package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | netplug |
version | 1.2.9.2-2 |
description | network link monitor daemon |
subsection | net |
website | red-bean.com / ~bos / |
maintainer | Pali Rohár |
Uninstall netplug
To remove just netplug package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove netplug
Uninstall netplug and it’s dependent packages
To remove the netplug package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove netplug
Purging netplug
If you also want to delete configuration and/or data files of netplug from Debian Sid then this will work:
sudo apt-get purge netplug
To delete configuration and/or data files of netplug and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove netplug