How to Install and Uninstall usbredir.src Package on Oracle Linux 8

Last updated: October 05,2024

1. Install "usbredir.src" package

Please follow the steps below to install usbredir.src on Oracle Linux 8

$ sudo dnf update $ sudo dnf install usbredir.src

2. Uninstall "usbredir.src" package

Learn how to uninstall usbredir.src on Oracle Linux 8:

$ sudo dnf remove usbredir.src $ sudo dnf autoremove

3. Information about the usbredir.src package on Oracle Linux 8

Last metadata expiration check: 4:32:04 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : usbredir
Version : 0.12.0
Release : 1.el8
Architecture : src
Size : 82 k
Source : None
Repository : ol8_appstream
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