Install usbutils
Installing usbutils package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install usbutils
usbutils package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | usbutils |
version | 1:007-4 |
description | Linux USB utilities |
subsection | utils |
website | github.com / gregkh / usbutils |
maintainer | Aurelien Jarno |
Uninstall usbutils
To remove just usbutils package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove usbutils
Uninstall usbutils and it’s dependent packages
To remove the usbutils package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove usbutils
Purging usbutils
If you also want to delete configuration and/or data files of usbutils from Debian Sid then this will work:
sudo apt-get purge usbutils
To delete configuration and/or data files of usbutils and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove usbutils