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

Last updated: July 03,2024

1. Install "python3-pyusb.noarch" package

Learn how to install python3-pyusb.noarch on Oracle Linux 8

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

2. Uninstall "python3-pyusb.noarch" package

This guide let you learn how to uninstall python3-pyusb.noarch on Oracle Linux 8:

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

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

Last metadata expiration check: 2:49:05 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : python3-pyusb
Version : 1.0.0
Release : 9.module+el8+5193+804ea283
Architecture : noarch
Size : 88 k
Source : pyusb-1.0.0-9.module+el8+5193+804ea283.src.rpm
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.