How To Install synthv1 on Fedora 36
Introduction
In this tutorial we learn how to install synthv1 on Fedora 36.
What is synthv1
synthv1 is a 4-oscillator subtractive polyphonic synthesizer with stereo fx.
We can use yum or dnf to install synthv1 on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install synthv1.
Install synthv1 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 synthv1 using dnf by running the following command:
sudo dnf -y install synthv1
Install synthv1 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 synthv1 using yum by running the following command:
sudo yum -y install synthv1
How To Uninstall synthv1 on Fedora 36
To uninstall only the synthv1 package we can use the following command:
sudo dnf remove synthv1
synthv1 Package Contents on Fedora 36
/usr/bin/synthv1_jack
/usr/lib/.build-id
/usr/lib/.build-id/d8
/usr/lib/.build-id/d8/d97474e50b1ef026d02be8af4b13d6749e4769
/usr/share/applications/synthv1.desktop
/usr/share/doc/synthv1
/usr/share/doc/synthv1/AUTHORS
/usr/share/doc/synthv1/README
/usr/share/icons/hicolor/32x32/apps/synthv1.png
/usr/share/icons/hicolor/32x32/mimetypes/application-x-synthv1-preset.png
/usr/share/icons/hicolor/scalable/apps/synthv1.svg
/usr/share/icons/hicolor/scalable/mimetypes/application-x-synthv1-preset.svg
/usr/share/licenses/synthv1
/usr/share/licenses/synthv1/COPYING
/usr/share/man/fr/man1/synthv1.1.gz
/usr/share/man/man1/synthv1.1.gz
/usr/share/metainfo/synthv1.appdata.xml
/usr/share/mime/packages/synthv1.xml
References
Summary
In this tutorial we learn how to install synthv1 on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).