How To Install csound-portaudio on Fedora 36
Introduction
In this tutorial we learn how to install csound-portaudio on Fedora 36.
What is csound-portaudio
PortAudio plugin for Csound
We can use yum or dnf to install csound-portaudio on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install csound-portaudio.
Install csound-portaudio 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-portaudio using dnf by running the following command:
sudo dnf -y install csound-portaudio
Install csound-portaudio 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-portaudio using yum by running the following command:
sudo yum -y install csound-portaudio
How To Uninstall csound-portaudio on Fedora 36
To uninstall only the csound-portaudio package we can use the following command:
sudo dnf remove csound-portaudio
csound-portaudio Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/70
/usr/lib/.build-id/70/7ba8df87e936f7ea0f465a82cf1ee8784b9339
/usr/lib64/csound/plugins-6.0/librtpa.so
References
Summary
In this tutorial we learn how to install csound-portaudio on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).