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

Last updated: June 02,2024

1. Install "libgusb.i686" package

This guide covers the steps necessary to install libgusb.i686 on CentOS Stream 8

$ sudo dnf update $ sudo dnf install libgusb.i686

2. Uninstall "libgusb.i686" package

Please follow the guidelines below to uninstall libgusb.i686 on CentOS Stream 8:

$ sudo dnf remove libgusb.i686 $ sudo dnf autoremove

3. Information about the libgusb.i686 package on CentOS Stream 8

Last metadata expiration check: 0:25:11 ago on Sun Feb 25 03:03:59 2024.
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.