How to Install and Uninstall usbredir.i686 Package on Fedora 36

Last updated: January 19,2025

1. Install "usbredir.i686" package

Please follow the step by step instructions below to install usbredir.i686 on Fedora 36

$ sudo dnf update $ sudo dnf install usbredir.i686

2. Uninstall "usbredir.i686" package

Please follow the instructions below to uninstall usbredir.i686 on Fedora 36:

$ sudo dnf remove usbredir.i686 $ sudo dnf autoremove

3. Information about the usbredir.i686 package on Fedora 36

Last metadata expiration check: 5:24:54 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : usbredir
Version : 0.12.0
Release : 3.fc36
Architecture : i686
Size : 53 k
Source : usbredir-0.12.0-3.fc36.src.rpm
Repository : updates
Summary : USB network redirection protocol libraries
URL : https://www.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