How To Install usbredir-server on Fedora 36

In this tutorial we learn how to install usbredir-server in Fedora 36. usbredir-server is Simple USB host TCP server

Introduction

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

What is usbredir-server

A simple USB host TCP server, using libusbredirhost.

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

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

sudo dnf -y install usbredir-server

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

sudo yum -y install usbredir-server

How To Uninstall usbredir-server on Fedora 36

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

sudo dnf remove usbredir-server

usbredir-server Package Contents on Fedora 36

/usr/bin/usbredirect
/usr/lib/.build-id
/usr/lib/.build-id/01
/usr/lib/.build-id/01/bf926f4988f87e1046a9dad02ecc8e6eea63f0
/usr/lib/.build-id/d3
/usr/lib/.build-id/d3/9077b709daf95e322fce14db984a126704ff73
/usr/sbin/usbredirserver
/usr/share/licenses/usbredir-server
/usr/share/licenses/usbredir-server/COPYING
/usr/share/man/man1/usbredirect.1.gz
/usr/share/man/man1/usbredirserver.1.gz

References

Summary

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