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

Last updated: November 02,2024

1. Install "python3-pyusb.noarch" package

This is a short guide on how to install python3-pyusb.noarch on CentOS 8 / RHEL 8

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

2. Uninstall "python3-pyusb.noarch" package

Please follow the steps below to uninstall python3-pyusb.noarch on CentOS 8 / RHEL 8:

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

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

Last metadata expiration check: 1 day, 8:03:14 ago on Sun May 9 13:03:46 2021.
Available Packages
Name : python3-pyusb
Version : 1.0.0
Release : 9.module_el8.3.0+481+b9a999c3
Architecture : noarch
Size : 88 k
Source : pyusb-1.0.0-9.module_el8.3.0+481+b9a999c3.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.