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

Last updated: July 08,2024

1. Install "python3-pyusb.noarch" package

This guide covers the steps necessary to install python3-pyusb.noarch on Oracle Linux 9

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

2. Uninstall "python3-pyusb.noarch" package

This guide covers the steps necessary to uninstall python3-pyusb.noarch on Oracle Linux 9:

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

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

Last metadata expiration check: 3:46:14 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : python3-pyusb
Version : 1.0.2
Release : 13.el9
Architecture : noarch
Size : 133 k
Source : pyusb-1.0.2-13.el9.src.rpm
Repository : ol9_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.