How To Install csound-wiimote on Fedora 36

In this tutorial we learn how to install csound-wiimote in Fedora 36. csound-wiimote is Wiimote plugin for Csound

Introduction

In this tutorial we learn how to install csound-wiimote on Fedora 36.

What is csound-wiimote

A Wiimote plugin for Csound

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

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

sudo dnf -y install csound-wiimote

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

sudo yum -y install csound-wiimote

How To Uninstall csound-wiimote on Fedora 36

To uninstall only the csound-wiimote package we can use the following command:

sudo dnf remove csound-wiimote

csound-wiimote Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/0d
/usr/lib/.build-id/0d/e5d4f1f458da777c2e9a232ab5bb7cd10b67b0
/usr/lib64/csound/plugins-6.0/libwiimote.so

References

Summary

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