How To Install csound-jack on Fedora 36
Introduction
In this tutorial we learn how to install csound-jack
on Fedora 36.
What is csound-jack
Contains Jack Audio plugins for Csound
We can use yum
or dnf
to install csound-jack
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install csound-jack.
Install csound-jack 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-jack
using dnf
by running the following command:
sudo dnf -y install csound-jack
Install csound-jack 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-jack
using yum
by running the following command:
sudo yum -y install csound-jack
How To Uninstall csound-jack on Fedora 36
To uninstall only the csound-jack
package we can use the following command:
sudo dnf remove csound-jack
csound-jack Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/4b
/usr/lib/.build-id/4b/6c17a4efc99814b9ee65ff4a985922aebe8813
/usr/lib/.build-id/a6
/usr/lib/.build-id/a6/34ffd5d10589f1288197033f8dbc4991e99d91
/usr/lib/.build-id/df
/usr/lib/.build-id/df/213333d3af30ef9a41b312eb223ddb69288984
/usr/lib64/csound/plugins-6.0/libjackTransport.so
/usr/lib64/csound/plugins-6.0/libjacko.so
/usr/lib64/csound/plugins-6.0/librtjack.so
References
Summary
In this tutorial we learn how to install csound-jack
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).