How To Install libusbg-devel on Fedora 36

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

Introduction

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

What is libusbg-devel

Files for development with libusbg.

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

Install libusbg-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 libusbg-devel using dnf by running the following command:

sudo dnf -y install libusbg-devel

Install libusbg-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 libusbg-devel using yum by running the following command:

sudo yum -y install libusbg-devel

How To Uninstall libusbg-devel on Fedora 36

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

sudo dnf remove libusbg-devel

libusbg-devel Package Contents on Fedora 36

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

## Introduction

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

### What is `libusbg-devel`

> Files for development with libusbg.  

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

## Install libusbg-devel on Fedora 36 Using dnf

Update yum database with `dnf` using the following command.

```bash
sudo dnf makecache --refresh

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

sudo dnf -y install libusbg-devel

Install libusbg-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 libusbg-devel using yum by running the following command:

sudo yum -y install libusbg-devel

How To Uninstall libusbg-devel on Fedora 36

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

sudo dnf remove libusbg-devel

libusbg-devel Package Contents on Fedora 36

/usr/include/usbg
/usr/include/usbg/function
/usr/include/usbg/function/ffs.h
/usr/include/usbg/function/hid.h
/usr/include/usbg/function/loopback.h
/usr/include/usbg/function/midi.h
/usr/include/usbg/function/ms.h
/usr/include/usbg/function/net.h
/usr/include/usbg/function/phonet.h
/usr/include/usbg/function/serial.h
/usr/include/usbg/function/uac2.h
/usr/include/usbg/usbg.h
/usr/include/usbg/usbg_version.h
/usr/lib64/libusbgx.so
/usr/lib64/pkgconfig/libusbgx.pc

References

Summary

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

/usr/include/usbg /usr/include/usbg/function /usr/include/usbg/function/ffs.h /usr/include/usbg/function/hid.h /usr/include/usbg/function/loopback.h /usr/include/usbg/function/midi.h /usr/include/usbg/function/ms.h /usr/include/usbg/function/net.h /usr/include/usbg/function/phonet.h /usr/include/usbg/function/serial.h /usr/include/usbg/function/uac2.h /usr/include/usbg/usbg.h /usr/include/usbg/usbg_version.h /usr/lib/libusbgx.so /usr/lib/pkgconfig/libusbgx.pc


## References

* [libusbg-devel website](https://github.com/libusbgx/libusbgx)

## Summary

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