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

Last updated: October 01,2024

1. Install "libgusb.i686" package

Please follow the step by step instructions below to install libgusb.i686 on CentOS Stream 9

$ 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 Stream 9:

$ sudo dnf remove libgusb.i686 $ sudo dnf autoremove

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

Last metadata expiration check: 2:16:58 ago on Sat Mar 16 16:03:45 2024.
Available Packages
Name : libgusb
Version : 0.3.8
Release : 2.el9
Architecture : i686
Size : 52 k
Source : libgusb-0.3.8-2.el9.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.