How to Install and Uninstall libgusb.i686 Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: November 27,2024

1. Install "libgusb.i686" package

Please follow the step by step instructions below to install libgusb.i686 on Red Hat Enterprise Linux 9 (RHEL 9)

$ sudo dnf update $ sudo dnf install libgusb.i686

2. Uninstall "libgusb.i686" package

This guide covers the steps necessary to uninstall libgusb.i686 on Red Hat Enterprise Linux 9 (RHEL 9):

$ sudo dnf remove libgusb.i686 $ sudo dnf autoremove

3. Information about the libgusb.i686 package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 1:41:23 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : libgusb
Version : 0.3.8
Release : 2.el9
Architecture : i686
Size : 55 k
Source : libgusb-0.3.8-2.el9.src.rpm
Repository : ubi-9-baseos-rpms
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.