libusb-config
userspace USB programming library development files
Install
- All systems
-
curl cmd.cat/libusb-config.sh
- Debian
-
apt-get install libusb-dev
- Ubuntu
-
apt-get install libusb-dev
- Alpine
-
apk add libusb-compat
- Arch Linux
-
pacman -S libusb-compat
- Kali Linux
-
apt-get install libusb-dev
- CentOS
-
yum install libusb-devel
- Fedora
-
dnf install libusb-devel-1
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install libusb-dev
- OS X
-
brew install libusb-compat
- Raspbian
-
apt-get install libusb-dev
- Dockerfile
- dockerfile.run/libusb-config
- Docker
-
docker run cmd.cat/libusb-config libusb-config
powered by Commando
libusb-dev
userspace USB programming library development files
Library for programming USB applications without the knowledge of Linux kernel internals. This package contains what you need for compiling sources that use this library in your own code.
libusb-devel-1
0.1.5-13.fc29.x86_64 : Development files for libusb
libusb-devel
This package contains the header files, libraries and
documentation needed to develop applications that use libusb-0.1. However new applications should use libusb-1.0 library instead of this one.