How to Install and Uninstall python3-pyusb.noarch Package on Fedora 34

Last updated: June 02,2024

1. Install "python3-pyusb.noarch" package

In this section, we are going to explain the necessary steps to install python3-pyusb.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install python3-pyusb.noarch

2. Uninstall "python3-pyusb.noarch" package

This tutorial shows how to uninstall python3-pyusb.noarch on Fedora 34:

$ sudo dnf remove python3-pyusb.noarch $ sudo dnf autoremove

3. Information about the python3-pyusb.noarch package on Fedora 34

Last metadata expiration check: 4:59:54 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : python3-pyusb
Version : 1.2.1
Release : 1.fc34
Architecture : noarch
Size : 85 k
Source : pyusb-1.2.1-1.fc34.src.rpm
Repository : updates
Summary : Python bindings for libusb
URL : https://github.com/pyusb/pyusb/
License : BSD
Description : PyUSB provides easy USB access to python. The module contains classes and
: methods to support most USB operations.