How To Install setBfree on Fedora 36
Introduction
In this tutorial we learn how to install setBfree on Fedora 36.
What is setBfree
setBfree is a MIDI-controlled, software synthesizer designed to imitate the sound and properties of the electromechanical organs and sound modification devices that brought world-wide fame to the names and products of Laurens Hammond and Don Leslie. This is the Jack version.
We can use yum or dnf to install setBfree on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install setBfree.
Install setBfree 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 setBfree using dnf by running the following command:
sudo dnf -y install setBfree
Install setBfree 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 setBfree using yum by running the following command:
sudo yum -y install setBfree
How To Uninstall setBfree on Fedora 36
To uninstall only the setBfree package we can use the following command:
sudo dnf remove setBfree
setBfree Package Contents on Fedora 36
/usr/bin/setBfree
/usr/bin/setBfreeUI
/usr/bin/x42-whirl
/usr/lib/.build-id
/usr/lib/.build-id/4b
/usr/lib/.build-id/4b/abf16c0e02923a03d3862dc23948f66f9c6d2e
/usr/lib/.build-id/ae
/usr/lib/.build-id/ae/fcb4a1eeb6fd21be7809da565612206801a744
/usr/lib/.build-id/c1
/usr/lib/.build-id/c1/31d9833873e3f3855363cb8b57d623f86d98cc
/usr/share/applications/setBfree.desktop
/usr/share/applications/x42-whirl.desktop
/usr/share/doc/setBfree
/usr/share/doc/setBfree/AUTHORS
/usr/share/doc/setBfree/ChangeLog
/usr/share/doc/setBfree/README.md
/usr/share/icons/hicolor/128x128/apps/setBfree.png
/usr/share/icons/hicolor/128x128/apps/x42-whirl.png
/usr/share/licenses/setBfree
/usr/share/licenses/setBfree/COPYING
/usr/share/man/man1/jboverdrive.1.gz
/usr/share/man/man1/setBfree.1.gz
/usr/share/man/man1/setBfreeUI.1.gz
/usr/share/man/man1/x42-whirl.1.gz
/usr/share/metainfo/setBfree.appdata.xml
/usr/share/setBfree
/usr/share/setBfree/cfg
/usr/share/setBfree/cfg/K2500.cfg
/usr/share/setBfree/cfg/bcf2000.cfg
/usr/share/setBfree/cfg/cx3.cfg
/usr/share/setBfree/cfg/default.cfg
/usr/share/setBfree/cfg/fartybass.cfg
/usr/share/setBfree/cfg/osc-bassy.cfg
/usr/share/setBfree/cfg/osc-middy.cfg
/usr/share/setBfree/cfg/osc-noxtalk.cfg
/usr/share/setBfree/cfg/osc-sawtooth.cfg
/usr/share/setBfree/cfg/osc-scoop.cfg
/usr/share/setBfree/cfg/osc-square.cfg
/usr/share/setBfree/cfg/osc-trebly.cfg
/usr/share/setBfree/cfg/osc-triangle.cfg
/usr/share/setBfree/cfg/osc-xwave.cfg
/usr/share/setBfree/cfg/oxy61.cfg
/usr/share/setBfree/cfg/whirl-mellow.cfg
/usr/share/setBfree/cfg/whirl-sharp.cfg
/usr/share/setBfree/cfg/whirl-x100.cfg
/usr/share/setBfree/pgm
/usr/share/setBfree/pgm/default.pgm
/usr/share/setBfree/pgm/popular.pgm
References
Summary
In this tutorial we learn how to install setBfree on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).