How To Install csound-fltk on Fedora 36

In this tutorial we learn how to install csound-fltk in Fedora 36. csound-fltk is FLTK plugins for Csound

Introduction

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

What is csound-fltk

Contains FLTK plugins for csound

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

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

sudo dnf -y install csound-fltk

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

sudo yum -y install csound-fltk

How To Uninstall csound-fltk on Fedora 36

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

sudo dnf remove csound-fltk

csound-fltk Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/7d
/usr/lib/.build-id/7d/2b5aecb696e67f9c92bfa6e1032ef5137b3994
/usr/lib64/csound/plugins-6.0/libwidgets.so

References

Summary

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