Install ndisc6
Installing ndisc6 package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install ndisc6
ndisc6 package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | ndisc6 |
version | 1.0.1-6 |
description | IPv6 diagnostic tools |
subsection | net |
website | remlab.net / ndisc6 / |
maintainer | Debian QA Group |
Uninstall ndisc6
To remove just ndisc6 package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove ndisc6
Uninstall ndisc6 and it’s dependent packages
To remove the ndisc6 package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove ndisc6
Purging ndisc6
If you also want to delete configuration and/or data files of ndisc6 from Debian Sid then this will work:
sudo apt-get purge ndisc6
To delete configuration and/or data files of ndisc6 and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove ndisc6