Install mono-upnp-bin
Installing mono-upnp-bin package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install mono-upnp-bin
mono-upnp-bin package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | mono-upnp-bin |
version | 0.1.2-2 |
description | client/server libraries for UPnP — executables |
subsection | cli-mono |
website | github.com / mono / mono-upnp |
maintainer | Debian CLI Libraries Team |
Uninstall mono-upnp-bin
To remove just mono-upnp-bin package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove mono-upnp-bin
Uninstall mono-upnp-bin and it’s dependent packages
To remove the mono-upnp-bin package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove mono-upnp-bin
Purging mono-upnp-bin
If you also want to delete configuration and/or data files of mono-upnp-bin from Debian Sid then this will work:
sudo apt-get purge mono-upnp-bin
To delete configuration and/or data files of mono-upnp-bin and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove mono-upnp-bin