How to Install and Uninstall pyusb.src Package on Oracle Linux 9

Last updated: May 19,2024

1. Install "pyusb.src" package

In this section, we are going to explain the necessary steps to install pyusb.src on Oracle Linux 9

$ sudo dnf update $ sudo dnf install pyusb.src

2. Uninstall "pyusb.src" package

This guide let you learn how to uninstall pyusb.src on Oracle Linux 9:

$ sudo dnf remove pyusb.src $ sudo dnf autoremove

3. Information about the pyusb.src package on Oracle Linux 9

Last metadata expiration check: 0:27:04 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : pyusb
Version : 1.0.2
Release : 13.el9
Architecture : src
Size : 77 k
Source : None
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.