How to Install and Uninstall libgusb.i686 Package on CentOS 8 / RHEL 8

Last updated: May 19,2024

1. Install "libgusb.i686" package

This is a short guide on how to install libgusb.i686 on CentOS 8 / RHEL 8

$ sudo dnf update $ sudo dnf install libgusb.i686

2. Uninstall "libgusb.i686" package

Please follow the step by step instructions below to uninstall libgusb.i686 on CentOS 8 / RHEL 8:

$ sudo dnf remove libgusb.i686 $ sudo dnf autoremove

3. Information about the libgusb.i686 package on CentOS 8 / RHEL 8

Last metadata expiration check: 1 day, 5:35:46 ago on Sun May 9 13:03:46 2021.
Available Packages
Name : libgusb
Version : 0.3.0
Release : 1.el8
Architecture : i686
Size : 50 k
Source : libgusb-0.3.0-1.el8.src.rpm
Repository : baseos
Summary : GLib wrapper around libusb1
URL : https://github.com/hughsie/libgusb
License : LGPLv2+
Description : GUsb is a GObject wrapper for libusb1 that makes it easy to do
: asynchronous control, bulk and interrupt transfers with proper
: cancellation and integration into a mainloop.