How to Install and Uninstall python3-pyusb.noarch Package on CentOS Stream 9

Last updated: January 16,2025

1. Install "python3-pyusb.noarch" package

Please follow the guidelines below to install python3-pyusb.noarch on CentOS Stream 9

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

2. Uninstall "python3-pyusb.noarch" package

This guide let you learn how to uninstall python3-pyusb.noarch on CentOS Stream 9:

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

3. Information about the python3-pyusb.noarch package on CentOS Stream 9

Last metadata expiration check: 2:32:11 ago on Sat Mar 16 16:03:45 2024.
Available Packages
Name : python3-pyusb
Version : 1.0.2
Release : 13.el9
Architecture : noarch
Size : 92 k
Source : pyusb-1.0.2-13.el9.src.rpm
Repository : appstream
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.