How To Install zynaddsubfx-vst on Fedora 36
Introduction
In this tutorial we learn how to install zynaddsubfx-vst on Fedora 36.
What is zynaddsubfx-vst
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 VST implementation of the synthesizer.
We can use yum or dnf to install zynaddsubfx-vst on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install zynaddsubfx-vst.
Install zynaddsubfx-vst 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-vst using dnf by running the following command:
sudo dnf -y install zynaddsubfx-vst
Install zynaddsubfx-vst 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-vst using yum by running the following command:
sudo yum -y install zynaddsubfx-vst
How To Uninstall zynaddsubfx-vst on Fedora 36
To uninstall only the zynaddsubfx-vst package we can use the following command:
sudo dnf remove zynaddsubfx-vst
zynaddsubfx-vst Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/12
/usr/lib/.build-id/12/4a2e480f830d78c31ba5057ca2b92fe4d54715
/usr/lib/.build-id/1c
/usr/lib/.build-id/1c/cd3601183072bb9ff68bf836438dacdc027047
/usr/lib/.build-id/93
/usr/lib/.build-id/93/62f16126a87e3ad7acd7ba1e7fe650b03fab69
/usr/lib/.build-id/94
/usr/lib/.build-id/94/0b569c1e157e03789abeaf3c4c744ddafd53bc
/usr/lib/.build-id/a8
/usr/lib/.build-id/a8/3549d5e779789bb2154d616335607586fe1aa4
/usr/lib/.build-id/b9
/usr/lib/.build-id/b9/00f52cd929aefa63521a81af33cc79ee24b7bf
/usr/lib/.build-id/d9
/usr/lib/.build-id/d9/bd3651c89987d93ca6a59a43b07566e71491bd
/usr/lib/.build-id/fb
/usr/lib/.build-id/fb/8f36141368ced9d249b564c1047b4a9d28658b
/usr/lib64/vst/ZynAddSubFX.so
/usr/lib64/vst/ZynAlienWah.so
/usr/lib64/vst/ZynChorus.so
/usr/lib64/vst/ZynDistortion.so
/usr/lib64/vst/ZynDynamicFilter.so
/usr/lib64/vst/ZynEcho.so
/usr/lib64/vst/ZynPhaser.so
/usr/lib64/vst/ZynReverb.so
References
Summary
In this tutorial we learn how to install zynaddsubfx-vst on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).