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

Last updated: May 13,2024

1. Install "python3-pyusb.noarch" package

In this section, we are going to explain the necessary steps to install python3-pyusb.noarch on CentOS Stream 8

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

2. Uninstall "python3-pyusb.noarch" package

Please follow the guidance below to uninstall python3-pyusb.noarch on CentOS Stream 8:

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

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

Last metadata expiration check: 0:02:23 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : python3-pyusb
Version : 1.0.0
Release : 9.1.module_el8+420+fb751951
Architecture : noarch
Size : 95 k
Source : pyusb-1.0.0-9.1.module_el8+420+fb751951.src.rpm
Repository : appstream
Summary : Python bindings for libusb
URL : http://pyusb.sourceforge.net/
License : BSD
Description : PyUSB provides easy USB access to python. The module contains classes and
: methods to support most USB operations.