How to Install and Uninstall libgusb.i686 Package on Rocky Linux 9

Last updated: September 28,2024

1. Install "libgusb.i686" package

Here is a brief guide to show you how to install libgusb.i686 on Rocky Linux 9

$ sudo dnf update $ sudo dnf install libgusb.i686

2. Uninstall "libgusb.i686" package

This tutorial shows how to uninstall libgusb.i686 on Rocky Linux 9:

$ sudo dnf remove libgusb.i686 $ sudo dnf autoremove

3. Information about the libgusb.i686 package on Rocky Linux 9

Last metadata expiration check: 2:01:41 ago on Fri Feb 16 06:49:52 2024.
Available Packages
Name : libgusb
Version : 0.3.8
Release : 2.el9
Architecture : i686
Size : 51 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.