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 updatesudo apt-get install libgusb-dev - OS X
-
brew install libgusb - Raspbian
-
apt-get install libgusb-dev - Docker
-
docker run cmd.cat/gusbcmd gusbcmdpowered 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.