How to Install and Uninstall libusb.x86_64 Package on Fedora 34

Last updated: October 04,2024

1. Install "libusb.x86_64" package

Learn how to install libusb.x86_64 on Fedora 34

$ sudo dnf update $ sudo dnf install libusb.x86_64

2. Uninstall "libusb.x86_64" package

Please follow the step by step instructions below to uninstall libusb.x86_64 on Fedora 34:

$ sudo dnf remove libusb.x86_64 $ sudo dnf autoremove

3. Information about the libusb.x86_64 package on Fedora 34

Last metadata expiration check: 0:25:31 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : libusb
Epoch : 1
Version : 0.1.7
Release : 6.fc34
Architecture : x86_64
Size : 29 k
Source : libusb-0.1.7-6.fc34.src.rpm
Repository : updates
Summary : Compatibility shim around libusb-1.0 offering the old 0.1 API
URL : https://github.com/libusb/libusb-compat-0.1
License : LGPLv2+
Description : This package provides a shim / compatibility layer on top of libusb-1.0
: offering the old 0.1 API for applications which do not have been ported
: to the new 1.0 API yet. Where ever possible applications really should
: use and / or be ported to the new 1.0 API instead of relying on this
: compatibility library.