How to Install and Uninstall mingw64-hidapi.noarch Package on Fedora 35

Last updated: September 21,2024

1. Install "mingw64-hidapi.noarch" package

Please follow the step by step instructions below to install mingw64-hidapi.noarch on Fedora 35

$ sudo dnf update $ sudo dnf install mingw64-hidapi.noarch

2. Uninstall "mingw64-hidapi.noarch" package

This guide covers the steps necessary to uninstall mingw64-hidapi.noarch on Fedora 35:

$ sudo dnf remove mingw64-hidapi.noarch $ sudo dnf autoremove

3. Information about the mingw64-hidapi.noarch package on Fedora 35

Last metadata expiration check: 2:53:09 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : mingw64-hidapi
Version : 0.10.1
Release : 3.fc35
Architecture : noarch
Size : 40 k
Source : mingw-hidapi-0.10.1-3.fc35.src.rpm
Repository : fedora
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.