How to Install and Uninstall usbredir.i686 Package on Amazon Linux 2
Last updated: November 24,2024
1. Install "usbredir.i686" package
In this section, we are going to explain the necessary steps to install usbredir.i686 on Amazon Linux 2
$
sudo yum makecache
Copied
$
sudo yum install
usbredir.i686
Copied
2. Uninstall "usbredir.i686" package
This tutorial shows how to uninstall usbredir.i686 on Amazon Linux 2:
$
sudo yum remove
usbredir.i686
Copied
$
sudo yum autoremove
Copied
3. Information about the usbredir.i686 package on Amazon Linux 2
Loaded plugins: ovl, priorities
Available Packages
Name : usbredir
Arch : i686
Version : 0.7.1
Release : 3.amzn2
Size : 50 k
Repo : amzn2-core/2/x86_64
Summary : USB network redirection protocol libraries
URL : https://www.spice-space.org
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
Arch : i686
Version : 0.7.1
Release : 3.amzn2
Size : 50 k
Repo : amzn2-core/2/x86_64
Summary : USB network redirection protocol libraries
URL : https://www.spice-space.org
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