gusbcmd
Libraries and headers for gusb
Install
- All systems
-
curl cmd.cat/gusbcmd.sh
- Debian
-
apt-get install libgusb-dev
- Ubuntu
-
apt-get install libgusb-dev
- Alpine
-
apk add libgusb
- Arch Linux
-
pacman -S libgusb
- Kali Linux
-
apt-get install libgusb-dev
- CentOS
-
yum install libgusb-devel
- Fedora
-
dnf install libgusb-devel
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install libgusb-dev
- OS X
-
brew install libgusb
- Raspbian
-
apt-get install libgusb-dev
- Dockerfile
- dockerfile.run/gusbcmd
- Docker
-
docker run cmd.cat/gusbcmd gusbcmd
powered by Commando
libgusb-devel
Libraries and headers for gusb
libgusb-dev
GLib wrapper around libusb1 - development files
GUsb is a GObject wrapper for libusb1 that makes it easy to do asynchronous control, bulk and interrupt transfers with proper cancellation and integration into a mainloop. This package contains header files needed for compiling programs with GUsb and the gusbcmd debugging utility.
libgusb
GUsb is a GObject wrapper for libusb1 that makes it easy to do
asynchronous control, bulk and interrupt transfers with proper cancellation and integration into a mainloop.