usbhid-dump
Linux USB utilities
Install
- All systems
-
curl cmd.cat/usbhid-dump.sh
- Debian
-
apt-get install usbutils
- Ubuntu
-
apt-get install usbutils
- Alpine
-
apk add usbutils
- Arch Linux
-
pacman -S usbutils
- Kali Linux
-
apt-get install usbutils
- CentOS
-
yum install usbutils
- Fedora
-
dnf install usbutils
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install usbutils
- Raspbian
-
apt-get install usbutils
- Dockerfile
- dockerfile.run/usbhid-dump
- Docker
-
docker run cmd.cat/usbhid-dump usbhid-dump
powered by Commando
usbutils
Linux USB utilities
This package contains the lsusb utility for inspecting the devices connected to the USB bus. It shows a graphical representation of the devices that are currently plugged in, showing the topology of the USB bus. It also displays information on each individual device on the bus. More information can be found at the Linux USB web site http://www.linux-usb.org/ .