How To Install libusbg on Fedora 36

In this tutorial we learn how to install libusbg in Fedora 36. libusbg is Library for USB gadget-configfs userspace functionality

Introduction

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

What is libusbg

libusbg is a C library encapsulating the kernel USB gadget-configfs userspace API functionality. It provides routines for creating and parsing USB gadget devices using the configfs API. Currently, all USB gadget configfs functions that can be enabled in kernel release 3.11 (Linux for Workgroups!) are supported.

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

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

sudo dnf -y install libusbg

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

sudo yum -y install libusbg

How To Uninstall libusbg on Fedora 36

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

sudo dnf remove libusbg

libusbg Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/d4
/usr/lib/.build-id/d4/07213a48cad7c9363b34f404c5283849211de2
/usr/lib64/libusbgx.so.2
/usr/lib64/libusbgx.so.2.0.0
/usr/share/doc/libusbg
/usr/share/doc/libusbg/AUTHORS
/usr/share/doc/libusbg/ChangeLog
/usr/share/doc/libusbg/README
/usr/share/licenses/libusbg
/usr/share/licenses/libusbg/COPYING.LGPL

References

Summary

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


title: “How To Install libusbg on Fedora 36” linkTitle: “libusbg” type: “docs” description: “In this tutorial we learn how to install libusbg in Fedora 36. libusbg is Library for USB gadget-configfs userspace functionality” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/libusbg-featured.png

Introduction

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

What is libusbg

libusbg is a C library encapsulating the kernel USB gadget-configfs userspace API functionality. It provides routines for creating and parsing USB gadget devices using the configfs API. Currently, all USB gadget configfs functions that can be enabled in kernel release 3.11 (Linux for Workgroups!) are supported.

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

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

sudo dnf -y install libusbg

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

sudo yum -y install libusbg

How To Uninstall libusbg on Fedora 36

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

sudo dnf remove libusbg

libusbg Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/fb
/usr/lib/.build-id/fb/3c5999b6f7a7e8c2d71e4427235a978b53f5c5
/usr/lib/libusbgx.so.2
/usr/lib/libusbgx.so.2.0.0
/usr/share/doc/libusbg
/usr/share/doc/libusbg/AUTHORS
/usr/share/doc/libusbg/ChangeLog
/usr/share/doc/libusbg/README
/usr/share/licenses/libusbg
/usr/share/licenses/libusbg/COPYING.LGPL

References

Summary

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