How to Install libusb-dev in Ubuntu 18.04



Install libusb-dev by entering the following commands in the terminal:

sudo apt update
sudo apt install libusb-dev

Description:

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.

Homepage: http://www.linux-usb.org/

Version: 2:0.1.12-31

Section: libdevel