How To Install libwiimote on Fedora 34
Introduction
In this tutorial we learn how to install libwiimote
on Fedora 34.
What is libwiimote
Libwiimote is a C-library that provides a simple API for communicating with the Nintendo Wii Remote (aka. wiimote) on a Linux system. The goal of this library is to be a complete and easy to use framework for interfacing applications with the wiimote. libwiimote 0.4 28.fc34 x86_64 30 k libwiimote-0.4-28.fc34.src.rpm fedora Simple Wiimote Library for Linux http GPLv2+ Libwiimote is a C-library that provides a simple API for communicating with the Nintendo Wii Remote (aka. wiimote) on a Linux system. The goal of this library is to be a complete and easy to use framework for interfacing applications with the wiimote.
We can use yum
or dnf
to install libwiimote
on Fedora 34. In this tutorial we discuss both methods but you only need to choose one of method to install libwiimote.
Install libwiimote on Fedora 34 Using dnf
Update yum database with dnf
using the following command.
The output should look something like this:
After updating yum database, We can install libwiimote
using dnf
by running the following command:
Install libwiimote on Fedora 34 Using yum
Update yum database with yum
using the following command.
The output should look something like this:
After updating yum database, We can install libwiimote
using yum
by running the following command:
How To Uninstall libwiimote on Fedora 34
To uninstall only the libwiimote
package we can use the following command:
libwiimote Package Contents on Fedora 34
References
- [libwiimote website](http://libwiimote.sf.net/ http://libwiimote.sf.net/)
Summary
In this tutorial we learn how to install libwiimote
on Fedora 34 using yum and dnf.