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

Last updated: January 12,2025

1. Install "python3-pyusb.noarch" package

Please follow the guidelines below to install python3-pyusb.noarch on AlmaLinux 8

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

2. Uninstall "python3-pyusb.noarch" package

In this section, we are going to explain the necessary steps to uninstall python3-pyusb.noarch on AlmaLinux 8:

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

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

Last metadata expiration check: 1:13:07 ago on Mon Sep 5 03:22:42 2022.
Available Packages
Name : python3-pyusb
Version : 1.0.0
Release : 9.module_el8.6.0+2737+7e73ea90
Architecture : noarch
Size : 87 k
Source : pyusb-1.0.0-9.module_el8.6.0+2737+7e73ea90.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.