lsusb

Display information about USB buses and devices connected to them. More information: <https://manned.org/lsusb>.

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 lsusb on any operating system with command-not-found.com