How To Install libwiimote on Fedora 36

In this tutorial we learn how to install libwiimote in Fedora 36. libwiimote is Simple Wiimote Library for Linux

Introduction

In this tutorial we learn how to install libwiimote on Fedora 36.

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.

We can use yum or dnf to install libwiimote on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libwiimote.

Install libwiimote on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install libwiimote using dnf by running the following command:

sudo dnf -y install libwiimote

Install libwiimote on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install libwiimote using yum by running the following command:

sudo yum -y install libwiimote

How To Uninstall libwiimote on Fedora 36

To uninstall only the libwiimote package we can use the following command:

sudo dnf remove libwiimote

libwiimote Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/fe
/usr/lib/.build-id/fe/7b726c487f740482e52668feeeb626c63afdf7
/usr/lib64/libcwiimote.so.0
/usr/lib64/libcwiimote.so.0.4.0
/usr/share/doc/libwiimote
/usr/share/doc/libwiimote/AUTHORS
/usr/share/doc/libwiimote/COPYING
/usr/share/doc/libwiimote/NEWS
/usr/share/doc/libwiimote/README
/usr/share/doc/libwiimote/TODO

References

Summary

In this tutorial we learn how to install libwiimote on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).


title: “How To Install libwiimote on Fedora 36” linkTitle: “libwiimote” type: “docs” description: “In this tutorial we learn how to install libwiimote in Fedora 36. libwiimote is Simple Wiimote Library for Linux” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/libwiimote-featured.png

Introduction

In this tutorial we learn how to install libwiimote on Fedora 36.

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.

We can use yum or dnf to install libwiimote on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libwiimote.

Install libwiimote on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install libwiimote using dnf by running the following command:

sudo dnf -y install libwiimote

Install libwiimote on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install libwiimote using yum by running the following command:

sudo yum -y install libwiimote

How To Uninstall libwiimote on Fedora 36

To uninstall only the libwiimote package we can use the following command:

sudo dnf remove libwiimote

libwiimote Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/06
/usr/lib/.build-id/06/c8db930e73cb6d6af929533752257fe1b3c75b
/usr/lib/libcwiimote.so.0
/usr/lib/libcwiimote.so.0.4.0
/usr/share/doc/libwiimote
/usr/share/doc/libwiimote/AUTHORS
/usr/share/doc/libwiimote/COPYING
/usr/share/doc/libwiimote/NEWS
/usr/share/doc/libwiimote/README
/usr/share/doc/libwiimote/TODO

References

Summary

In this tutorial we learn how to install libwiimote on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).