How To Install libusb1-devel on Fedora 36

In this tutorial we learn how to install libusb1-devel in Fedora 36. libusb1-devel is Development files for libusb1

Introduction

In this tutorial we learn how to install libusb1-devel on Fedora 36.

What is libusb1-devel

The libusb1-devel package contains libraries and header files for developing applications that use libusb1.

We can use yum or dnf to install libusb1-devel on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libusb1-devel.

Install libusb1-devel on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install libusb1-devel using dnf by running the following command:

sudo dnf -y install libusb1-devel

Install libusb1-devel on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install libusb1-devel using yum by running the following command:

sudo yum -y install libusb1-devel

How To Uninstall libusb1-devel on Fedora 36

To uninstall only the libusb1-devel package we can use the following command:

sudo dnf remove libusb1-devel

libusb1-devel Package Contents on Fedora 36

/usr/include/libusb-1.0
/usr/include/libusb-1.0/libusb.h
/usr/lib/libusb-1.0.so
/usr/lib/pkgconfig/libusb-1.0.pc

References

Summary

In this tutorial we learn how to install libusb1-devel on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).


title: “How To Install libusb1-devel on Fedora 36” linkTitle: “libusb1-devel” type: “docs” description: “In this tutorial we learn how to install libusb1-devel in Fedora 36. libusb1-devel is Development files for libusb1” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/libusb1-devel-featured.png

Introduction

In this tutorial we learn how to install libusb1-devel on Fedora 36.

What is libusb1-devel

The libusb1-devel package contains libraries and header files for developing applications that use libusb1.

We can use yum or dnf to install libusb1-devel on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libusb1-devel.

Install libusb1-devel on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install libusb1-devel using dnf by running the following command:

sudo dnf -y install libusb1-devel

Install libusb1-devel on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install libusb1-devel using yum by running the following command:

sudo yum -y install libusb1-devel

How To Uninstall libusb1-devel on Fedora 36

To uninstall only the libusb1-devel package we can use the following command:

sudo dnf remove libusb1-devel

libusb1-devel Package Contents on Fedora 36

/usr/include/libusb-1.0
/usr/include/libusb-1.0/libusb.h
/usr/lib64/libusb-1.0.so
/usr/lib64/pkgconfig/libusb-1.0.pc

References

Summary

In this tutorial we learn how to install libusb1-devel on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).