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