How to Install and Uninstall usbredir.x86_64 Package on CentOS 8 / RHEL 8

Last updated: November 27,2024

1. Install "usbredir.x86_64" package

This guide let you learn how to install usbredir.x86_64 on CentOS 8 / RHEL 8

$ sudo dnf update $ sudo dnf install usbredir.x86_64

2. Uninstall "usbredir.x86_64" package

This guide covers the steps necessary to uninstall usbredir.x86_64 on CentOS 8 / RHEL 8:

$ sudo dnf remove usbredir.x86_64 $ sudo dnf autoremove

3. Information about the usbredir.x86_64 package on CentOS 8 / RHEL 8

Last metadata expiration check: 1 day, 8:57:11 ago on Sun May 9 13:03:46 2021.
Available Packages
Name : usbredir
Version : 0.8.0
Release : 1.el8
Architecture : x86_64
Size : 50 k
Source : usbredir-0.8.0-1.el8.src.rpm
Repository : appstream
Summary : USB network redirection protocol libraries
URL : http://spice-space.org/page/UsbRedir
License : LGPLv2+
Description : 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