Install udev-discover
Installing udev-discover package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install udev-discover
udev-discover package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | udev-discover |
version | 0.2.2-1.2 |
description | Sysfs browsing tool focused on helping udev users and developers |
subsection | gnome |
website | fontanon.org / udevdiscover |
maintainer | J. Félix Ontañón |
Uninstall udev-discover
To remove just udev-discover package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove udev-discover
Uninstall udev-discover and it’s dependent packages
To remove the udev-discover package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove udev-discover
Purging udev-discover
If you also want to delete configuration and/or data files of udev-discover from Debian Sid then this will work:
sudo apt-get purge udev-discover
To delete configuration and/or data files of udev-discover and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove udev-discover