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

Last updated: June 01,2024

1. Install "libusbx.src" package

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

$ sudo dnf update $ sudo dnf install libusbx.src

2. Uninstall "libusbx.src" package

This tutorial shows how to uninstall libusbx.src on Oracle Linux 8:

$ sudo dnf remove libusbx.src $ sudo dnf autoremove

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

Last metadata expiration check: 4:54:09 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : libusbx
Version : 1.0.23
Release : 4.el8
Architecture : src
Size : 413 k
Source : None
Repository : ol8_baseos_latest
Summary : Library for accessing USB devices
URL : http://libusb.info
License : LGPLv2+
Description : This package provides a way for applications to access USB devices.
:
: Libusbx is a fork of the original libusb, which is a fully API and ABI
: compatible drop in for the libusb-1.0.9 release. The libusbx fork was
: started by most of the libusb-1.0 developers, after the original libusb
: project did not produce a new release for over 18 months.
:
: Note that this library is not compatible with the original libusb-0.1 series,
: if you need libusb-0.1 compatibility install the libusb package.