libusb-config

userspace USB programming library development files

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