How To Install zynaddsubfx-dssi on Fedora 36
Introduction
In this tutorial we learn how to install zynaddsubfx-dssi on Fedora 36.
What is zynaddsubfx-dssi
ZynAddSubFX is an open source software synthesizer capable of making a countless number of instrument sounds. It is microtonal, and the instruments made by it sounds like those from professional keyboards. The program has effects like Reverb, Echo, Chorus, Phaser… This package includes the DSSI implementation of the synthesizer.
We can use yum or dnf to install zynaddsubfx-dssi on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install zynaddsubfx-dssi.
Install zynaddsubfx-dssi 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 zynaddsubfx-dssi using dnf by running the following command:
sudo dnf -y install zynaddsubfx-dssi
Install zynaddsubfx-dssi 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 zynaddsubfx-dssi using yum by running the following command:
sudo yum -y install zynaddsubfx-dssi
How To Uninstall zynaddsubfx-dssi on Fedora 36
To uninstall only the zynaddsubfx-dssi package we can use the following command:
sudo dnf remove zynaddsubfx-dssi
zynaddsubfx-dssi Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/c1
/usr/lib/.build-id/c1/bb1180420c6c2cb8dad91ad0349b8e01f999c5
/usr/lib64/dssi/libzynaddsubfx_dssi.so
References
Summary
In this tutorial we learn how to install zynaddsubfx-dssi on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).