How to Install and Uninstall hidapi.x86_64 Package on Fedora 38

Last updated: October 05,2024

1. Install "hidapi.x86_64" package

This is a short guide on how to install hidapi.x86_64 on Fedora 38

$ sudo dnf update $ sudo dnf install hidapi.x86_64

2. Uninstall "hidapi.x86_64" package

Please follow the guidance below to uninstall hidapi.x86_64 on Fedora 38:

$ sudo dnf remove hidapi.x86_64 $ sudo dnf autoremove

3. Information about the hidapi.x86_64 package on Fedora 38

Last metadata expiration check: 1:17:36 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : hidapi
Version : 0.14.0
Release : 1.fc38
Architecture : x86_64
Size : 47 k
Source : hidapi-0.14.0-1.fc38.src.rpm
Repository : updates
Summary : Library for communicating with USB and Bluetooth HID devices
URL : https://github.com/libusb/hidapi
License : GPLv3 or BSD
Description : HIDAPI is a multi-platform library which allows an application to interface
: with USB and Bluetooth HID-class devices on Windows, Linux, FreeBSD and Mac OS
: X. On Linux, either the hidraw or the libusb back-end can be used. There are
: trade-offs and the functionality supported is slightly different.