How To Install wiiuse-examples on Fedora 36

In this tutorial we learn how to install wiiuse-examples in Fedora 36. wiiuse-examples is Example programs for the wiiuse library

Introduction

In this tutorial we learn how to install wiiuse-examples on Fedora 36.

What is wiiuse-examples

Example programs to test accessing wiiremote controllers

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

Install wiiuse-examples 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 wiiuse-examples using dnf by running the following command:

sudo dnf -y install wiiuse-examples

Install wiiuse-examples 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 wiiuse-examples using yum by running the following command:

sudo yum -y install wiiuse-examples

How To Uninstall wiiuse-examples on Fedora 36

To uninstall only the wiiuse-examples package we can use the following command:

sudo dnf remove wiiuse-examples

wiiuse-examples Package Contents on Fedora 36

/usr/bin/wiiuseexample
/usr/bin/wiiuseexample-sdl
/usr/lib/.build-id
/usr/lib/.build-id/0b
/usr/lib/.build-id/0b/8eaada8a1b1aa3d6423f52372fbb0f0be3f662
/usr/lib/.build-id/b9
/usr/lib/.build-id/b9/fc33b5787d0804f361b417cc6f900e80b108b8
/usr/share/doc/wiiuse-examples
/usr/share/doc/wiiuse-examples/example.c
/usr/share/doc/wiiuse-examples/sdl.c

References

Summary

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