How To Install csound-stk on Fedora 36

In this tutorial we learn how to install csound-stk in Fedora 36. csound-stk is STK (Synthesis ToolKit in C++) plugin for Csound

Introduction

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

What is csound-stk

STK (Synthesis ToolKit in C++) plugin for Csound

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

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

sudo dnf -y install csound-stk

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

sudo yum -y install csound-stk

How To Uninstall csound-stk on Fedora 36

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

sudo dnf remove csound-stk

csound-stk Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/1e
/usr/lib/.build-id/1e/0f47646c3d8f99b02d1e019203ca4ec5908cc5
/usr/lib64/csound/plugins-6.0/libstkops.so

References

Summary

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