How to Install and Uninstall libusb-static.x86_64 Package on Amazon Linux 2

Last updated: May 08,2024

1. Install "libusb-static.x86_64" package

Here is a brief guide to show you how to install libusb-static.x86_64 on Amazon Linux 2

$ sudo yum makecache $ sudo yum install libusb-static.x86_64

2. Uninstall "libusb-static.x86_64" package

Please follow the guidance below to uninstall libusb-static.x86_64 on Amazon Linux 2:

$ sudo yum remove libusb-static.x86_64 $ sudo yum autoremove

3. Information about the libusb-static.x86_64 package on Amazon Linux 2

Loaded plugins: ovl, priorities
Available Packages
Name : libusb-static
Arch : x86_64
Epoch : 1
Version : 0.1.4
Release : 3.amzn2.0.2
Size : 16 k
Repo : amzn2-core/2/x86_64
Summary : Static development files for libusb
URL : http://sourceforge.net/projects/libusb/
License : LGPLv2+
Description : This package contains static libraries needed to develop
: applications that use libusb-0.1. However new applications should
: use libusb-1.0 library instead of this one.