usb-devices

Linux USB utilities

Debian Debian
RUN apt-get update && \ apt-get install -y usbutils
Ubuntu
RUN apt-get update && \ apt-get install -y usbutils
Alpine
RUN apk add usbutils
Arch Arch Linux
RUN pacman -S --noconfirm usbutils
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y usbutils
CentOS
RUN yum install -y usbutils
Fedora
RUN dnf install -y usbutils
Raspbian
RUN apt-get update && \ apt-get install -y usbutils
click the source code to copy install usb-devices on any operating system with command-not-found.com