How to Install and Uninstall usbredir.i686 Package on Rocky Linux 9

Last updated: May 19,2024

1. Install "usbredir.i686" package

Please follow the guidelines below to install usbredir.i686 on Rocky Linux 9

$ sudo dnf update $ sudo dnf install usbredir.i686

2. Uninstall "usbredir.i686" package

Please follow the instructions below to uninstall usbredir.i686 on Rocky Linux 9:

$ sudo dnf remove usbredir.i686 $ sudo dnf autoremove

3. Information about the usbredir.i686 package on Rocky Linux 9

Last metadata expiration check: 1:07:23 ago on Fri Feb 16 06:49:52 2024.
Available Packages
Name : usbredir
Version : 0.13.0
Release : 2.el9
Architecture : i686
Size : 53 k
Source : usbredir-0.13.0-2.el9.src.rpm
Repository : appstream
Summary : USB network redirection protocol libraries
URL : https://spice-space.org/usbredir.html
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