How to Install and Uninstall python3-pyusb.noarch Package on Rocky Linux 9

Last updated: April 28,2024

1. Install "python3-pyusb.noarch" package

Please follow the step by step instructions below to install python3-pyusb.noarch on Rocky Linux 9

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

2. Uninstall "python3-pyusb.noarch" package

Here is a brief guide to show you how to uninstall python3-pyusb.noarch on Rocky Linux 9:

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

3. Information about the python3-pyusb.noarch package on Rocky Linux 9

Last metadata expiration check: 1:19:42 ago on Fri Feb 16 06:49:52 2024.
Available Packages
Name : python3-pyusb
Version : 1.0.2
Release : 13.el9
Architecture : noarch
Size : 83 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.