How To Install fmit on Fedora 34
Introduction
In this tutorial we learn how to install fmit
on Fedora 34.
What is fmit
fmit is a graphical utility for tuning musical instruments, with error and volume history and advanced features like waveform shape, harmonics ratio (formants), and micro-tonal tuning.
We can use yum
or dnf
to install fmit
on Fedora 34. In this tutorial we discuss both methods but you only need to choose one of method to install fmit.
Install fmit on Fedora 34 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
The output should look something like this:
Fedora 34 - x86_64 20 kB/s | 6.6 kB 00:00
Fedora 34 openh264 (From Cisco) - x86_64 1.4 kB/s | 989 B 00:00
Fedora Modular 34 - x86_64 68 kB/s | 6.5 kB 00:00
Fedora 34 - x86_64 - Updates 3.5 kB/s | 6.2 kB 00:01
Fedora Modular 34 - x86_64 - Updates 17 kB/s | 5.9 kB 00:00
Metadata cache created.
After updating yum database, We can install fmit
using dnf
by running the following command:
sudo dnf -y install fmit
Install fmit on Fedora 34 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
The output should look something like this:
Fedora 34 - x86_64 20 kB/s | 6.6 kB 00:00
Fedora 34 openh264 (From Cisco) - x86_64 1.4 kB/s | 989 B 00:00
Fedora Modular 34 - x86_64 68 kB/s | 6.5 kB 00:00
Fedora 34 - x86_64 - Updates 3.5 kB/s | 6.2 kB 00:01
Fedora Modular 34 - x86_64 - Updates 17 kB/s | 5.9 kB 00:00
Metadata cache created.
After updating yum database, We can install fmit
using yum
by running the following command:
sudo yum -y install fmit
How To Uninstall fmit on Fedora 34
To uninstall only the fmit
package we can use the following command:
sudo dnf remove fmit
fmit Package Contents on Fedora 34
/usr/bin/fmit
/usr/lib/.build-id
/usr/lib/.build-id/f6
/usr/lib/.build-id/f6/cbe337c9c0a9199faad0d3bc37445b27eacd27
/usr/share/appdata/fmit.appdata.xml
/usr/share/applications/fmit.desktop
/usr/share/doc/fmit
/usr/share/doc/fmit/INSTALL.txt
/usr/share/doc/fmit/README.txt
/usr/share/fmit
/usr/share/fmit/scales
/usr/share/fmit/scales/15-edo.scl
/usr/share/fmit/scales/16-edo.scl
/usr/share/fmit/scales/17-edo.scl
/usr/share/fmit/scales/19-edo.scl
/usr/share/fmit/scales/22-edo.scl
/usr/share/fmit/scales/Bernhard Stopper OnlyPure tuning.scl
/usr/share/fmit/scales/Carlos Beta.scl
/usr/share/fmit/scales/bohlen-p_et.scl
/usr/share/fmit/scales/meanquar.scl
/usr/share/fmit/tr
/usr/share/fmit/tr/fmit_de.qm
/usr/share/fmit/tr/fmit_el.qm
/usr/share/fmit/tr/fmit_en.qm
/usr/share/fmit/tr/fmit_fr.qm
/usr/share/fmit/tr/fmit_nb_NO.qm
/usr/share/fmit/tr/fmit_pl.qm
/usr/share/fmit/tr/fmit_pt.qm
/usr/share/fmit/tr/fmit_pt_BR.qm
/usr/share/fmit/tr/fmit_ru.qm
/usr/share/fmit/tr/fmit_zh_Hans.qm
/usr/share/icons/hicolor/scalable/apps/fmit.svg
/usr/share/icons/hicolor/symbolic/apps/fmit-symbolic.svg
/usr/share/licenses/fmit
/usr/share/licenses/fmit/COPYING_GPL.txt
/usr/share/licenses/fmit/COPYING_LGPL.txt
References
Summary
In this tutorial we learn how to install fmit
on Fedora 34 using yum and dnf.