How To Install usbredir on Fedora 36

In this tutorial we learn how to install usbredir in Fedora 36. usbredir is USB network redirection protocol libraries

Introduction

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

What is usbredir

The usbredir libraries allow USB devices to be used on remote and/or virtual hosts over TCP. The following libraries are provided usbredirparser A library containing the parser for the usbredir protocol usbredirhost A library implementing the USB host side of a usbredir connection. All that an application wishing to implement a USB host needs to do is * Provide a libusb device handle for the device * Provide write and read callbacks for the actual transport of usbredir data * Monitor for usbredir and libusb read/write events and call their handlers

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

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

sudo dnf -y install usbredir

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

sudo yum -y install usbredir

How To Uninstall usbredir on Fedora 36

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

sudo dnf remove usbredir

usbredir Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/16
/usr/lib/.build-id/16/40ca98e5928c4cc3cb6d7218353dc777d181d6
/usr/lib/.build-id/52
/usr/lib/.build-id/52/ffea8376c42405f158935cb3b79602c9c1556d
/usr/lib64/libusbredirhost.so.1
/usr/lib64/libusbredirhost.so.1.0.3
/usr/lib64/libusbredirparser.so.1
/usr/lib64/libusbredirparser.so.1.2.0
/usr/share/licenses/usbredir
/usr/share/licenses/usbredir/COPYING.LIB

References

Summary

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


title: “How To Install usbredir on Fedora 36” linkTitle: “usbredir” type: “docs” description: “In this tutorial we learn how to install usbredir in Fedora 36. usbredir is USB network redirection protocol libraries” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/usbredir-featured.png

Introduction

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

What is usbredir

The usbredir libraries allow USB devices to be used on remote and/or virtual hosts over TCP. The following libraries are provided usbredirparser A library containing the parser for the usbredir protocol usbredirhost A library implementing the USB host side of a usbredir connection. All that an application wishing to implement a USB host needs to do is * Provide a libusb device handle for the device * Provide write and read callbacks for the actual transport of usbredir data * Monitor for usbredir and libusb read/write events and call their handlers

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

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

sudo dnf -y install usbredir

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

sudo yum -y install usbredir

How To Uninstall usbredir on Fedora 36

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

sudo dnf remove usbredir

usbredir Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/4c
/usr/lib/.build-id/4c/690be2f3a954835c71f4944151367f6bc9d5dc
/usr/lib/.build-id/65
/usr/lib/.build-id/65/b9565196a58b8e917496061ef62f747cf64a2d
/usr/lib/libusbredirhost.so.1
/usr/lib/libusbredirhost.so.1.0.3
/usr/lib/libusbredirparser.so.1
/usr/lib/libusbredirparser.so.1.2.0
/usr/share/licenses/usbredir
/usr/share/licenses/usbredir/COPYING.LIB

References

Summary

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