How To Install fluidr3mono-gm-soundfont on Kali Linux
Introduction
In this tutorial we learn how to install fluidr3mono-gm-soundfont on Kali Linux.
What is fluidr3mono-gm-soundfont
fluidr3mono-gm-soundfont is:
This is the hard disc space-saving Mono version of the complete Fluid (R3) GM SoundFont in the compressed SF3 format, as shipped with MuseScore 2.0 up to, but not including, 2.2 (which switched to musescore-general-soundfont and musescore-general-soundfont-small).
It can be used with most modern MIDI synthesisers which support the SF3 format and has a low installed size footprint, while providing the large GM sound set. It does not, however, support Single-Note Dynamics with MuseScore 3.2 and higher.
As it comes under the MIT licence, it can be used in most settings, but do remember that waveforms generated using this soundfont are ??copies or substantial portions of the?? soundfont. It is sufficient to reproduce the licence and copyright notice in any ??associated documentation files?? provided with your generated waveforms.
This package will be installed into /usr/share/sounds/sf3/ which is the standard Debian location for system-wide SF3 soundfonts.
There are three methods to install fluidr3mono-gm-soundfont on Kali Linux. We can use apt-get, apt and aptitude. In the following sections we will describe each method. You can choose one of them.
Install fluidr3mono-gm-soundfont Using apt-get
Update apt database with apt-get using the following command.
sudo apt-get updateAfter updating apt database, We can install fluidr3mono-gm-soundfont using apt-get by running the following command:
sudo apt-get -y install fluidr3mono-gm-soundfontInstall fluidr3mono-gm-soundfont Using apt
Update apt database with apt using the following command.
sudo apt updateAfter updating apt database, We can install fluidr3mono-gm-soundfont using apt by running the following command:
sudo apt -y install fluidr3mono-gm-soundfontInstall fluidr3mono-gm-soundfont Using aptitude
If you want to follow this method, you might need to install aptitude on Kali Linux first since aptitude is usually not installed by default on Kali Linux. Update apt database with aptitude using the following command.
sudo aptitude updateAfter updating apt database, We can install fluidr3mono-gm-soundfont using aptitude by running the following command:
sudo aptitude -y install fluidr3mono-gm-soundfontHow To Uninstall fluidr3mono-gm-soundfont on Kali Linux
To uninstall only the fluidr3mono-gm-soundfont package we can use the following command:
sudo apt-get remove fluidr3mono-gm-soundfontUninstall fluidr3mono-gm-soundfont And Its Dependencies
To uninstall fluidr3mono-gm-soundfont and its dependencies that are no longer needed by Kali Linux, we can use the command below:
sudo apt-get -y autoremove fluidr3mono-gm-soundfontRemove fluidr3mono-gm-soundfont Configurations and Data
To remove fluidr3mono-gm-soundfont configuration and data from Kali Linux we can use the following command:
sudo apt-get -y purge fluidr3mono-gm-soundfontRemove fluidr3mono-gm-soundfont configuration, data, and all of its dependencies
We can use the following command to remove fluidr3mono-gm-soundfont configurations, data and all of its dependencies, we can use the following command:
sudo apt-get -y autoremove --purge fluidr3mono-gm-soundfontDependencies
fluidr3mono-gm-soundfont have the following dependencies:
References
Summary
In this tutorial we learn how to install fluidr3mono-gm-soundfont package on Kali Linux using different package management tools: apt, apt-get and aptitude.