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

Last updated: October 06,2024

1. Install "pyusb.src" package

Please follow the step by step instructions below to install pyusb.src on Oracle Linux 8

$ sudo dnf update $ sudo dnf install pyusb.src

2. Uninstall "pyusb.src" package

Learn how to uninstall pyusb.src on Oracle Linux 8:

$ sudo dnf remove pyusb.src $ sudo dnf autoremove

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

Last metadata expiration check: 2:32:01 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : pyusb
Version : 1.0.0
Release : 9.module+el8+5194+1459f29b
Architecture : src
Size : 80 k
Source : None
Repository : ol8_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.