How to Install and Uninstall usbredir.x86_64 Package on Oracle Linux 9
Last updated: November 01,2024
1. Install "usbredir.x86_64" package
Here is a brief guide to show you how to install usbredir.x86_64 on Oracle Linux 9
$
sudo dnf update
Copied
$
sudo dnf install
usbredir.x86_64
Copied
2. Uninstall "usbredir.x86_64" package
Here is a brief guide to show you how to uninstall usbredir.x86_64 on Oracle Linux 9:
$
sudo dnf remove
usbredir.x86_64
Copied
$
sudo dnf autoremove
Copied
3. Information about the usbredir.x86_64 package on Oracle Linux 9
Last metadata expiration check: 3:16:34 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : usbredir
Version : 0.13.0
Release : 2.el9
Architecture : x86_64
Size : 50 k
Source : usbredir-0.13.0-2.el9.src.rpm
Repository : ol9_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
Available Packages
Name : usbredir
Version : 0.13.0
Release : 2.el9
Architecture : x86_64
Size : 50 k
Source : usbredir-0.13.0-2.el9.src.rpm
Repository : ol9_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