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

Last updated: September 21,2024

1. Install "python3-pyusb.noarch" package

This guide covers the steps necessary to install python3-pyusb.noarch on Rocky Linux 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 Rocky Linux 8:

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

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

Last metadata expiration check: 1:29:07 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : python3-pyusb
Version : 1.0.0
Release : 9.module+el8.4.0+430+1dcf16bb
Architecture : noarch
Size : 87 k
Source : pyusb-1.0.0-9.module+el8.4.0+430+1dcf16bb.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.