openusb-config
alternative userspace USB programming library
Install
- All systems
-
curl cmd.cat/openusb-config.sh
- Debian
-
apt-get install libopenusb-dev
- Ubuntu
-
apt-get install libopenusb-dev
- Kali Linux
-
apt-get install libopenusb-dev
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install libopenusb-dev
- Raspbian
-
apt-get install libopenusb-dev
- Dockerfile
- dockerfile.run/openusb-config
libopenusb-dev
alternative userspace USB programming library
The Open USB library provides a platform independent API to USB, including synchronous and asynchronous transfers and thread safety. This package contains development headers and the static library.