How To Install dssi on Fedora 36
Introduction
In this tutorial we learn how to install dssi
on Fedora 36.
What is dssi
Disposable Soft Synth Interface (DSSI, pronounced “dizzy”) is a proposal for a plugin API for software instruments (soft synths) with user interfaces, permitting them to be hosted in-process by Linux audio applications. Think of it as LADSPA-for-instruments, or something comparable to a simpler version of VSTi.
We can use yum
or dnf
to install dssi
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install dssi.
Install 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 dssi
using dnf
by running the following command:
sudo dnf -y install dssi
Install 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 dssi
using yum
by running the following command:
sudo yum -y install dssi
How To Uninstall dssi on Fedora 36
To uninstall only the dssi
package we can use the following command:
sudo dnf remove dssi
dssi Package Contents on Fedora 36
/usr/bin/dssi_analyse_plugin
/usr/bin/dssi_list_plugins
/usr/bin/dssi_osc_send
/usr/bin/dssi_osc_update
/usr/bin/jack-dssi-host
/usr/lib/.build-id
/usr/lib/.build-id/1d
/usr/lib/.build-id/1d/0be34939dadaa82024ed69d6ffe3191f4b8249
/usr/lib/.build-id/99
/usr/lib/.build-id/99/f791a49fbec9a82ba5e13aa2b4a06467d20f55
/usr/lib/.build-id/aa
/usr/lib/.build-id/aa/ebd48b292cb274c368d5426864f2dc151a2715
/usr/lib/.build-id/d4
/usr/lib/.build-id/d4/7a65ba167f4f9b86e1acb7f4ac20000e55c55e
/usr/lib/.build-id/fd
/usr/lib/.build-id/fd/e5faf6b8494b5e129ee42aadab3d9519b73a0d
/usr/lib64/dssi
/usr/share/doc/dssi
/usr/share/doc/dssi/ChangeLog
/usr/share/doc/dssi/README
/usr/share/doc/dssi/README.1.1.1
/usr/share/doc/dssi/TODO
/usr/share/man/man1/dssi_analyse_plugin.1.gz
/usr/share/man/man1/dssi_list_plugins.1.gz
/usr/share/man/man1/dssi_osc_send.1.gz
/usr/share/man/man1/dssi_osc_update.1.gz
/usr/share/man/man1/jack-dssi-host.1.gz
References
Summary
In this tutorial we learn how to install dssi
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).