How to Install and Uninstall libgusb.i686 Package on Fedora 34

Last updated: October 09,2024

1. Install "libgusb.i686" package

Please follow the steps below to install libgusb.i686 on Fedora 34

$ sudo dnf update $ sudo dnf install libgusb.i686

2. Uninstall "libgusb.i686" package

This guide covers the steps necessary to uninstall libgusb.i686 on Fedora 34:

$ sudo dnf remove libgusb.i686 $ sudo dnf autoremove

3. Information about the libgusb.i686 package on Fedora 34

Last metadata expiration check: 4:56:59 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : libgusb
Version : 0.3.8
Release : 1.fc34
Architecture : i686
Size : 52 k
Source : libgusb-0.3.8-1.fc34.src.rpm
Repository : updates
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.