How To Install k3guitune on Fedora 36
Introduction
In this tutorial we learn how to install k3guitune
on Fedora 36.
What is k3guitune
K3Guitune is a guitar-and-other-instruments tuner. It takes a signal from the microphone, calculates its frequency, and displays it on a note scale graphic and an oscilloscope. It supports normal, Wien, and physical tuning.
We can use yum
or dnf
to install k3guitune
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install k3guitune.
Install k3guitune 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 k3guitune
using dnf
by running the following command:
sudo dnf -y install k3guitune
Install k3guitune 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 k3guitune
using yum
by running the following command:
sudo yum -y install k3guitune
How To Uninstall k3guitune on Fedora 36
To uninstall only the k3guitune
package we can use the following command:
sudo dnf remove k3guitune
k3guitune Package Contents on Fedora 36
/usr/bin/k3guitune
/usr/lib/.build-id
/usr/lib/.build-id/fe
/usr/lib/.build-id/fe/e9dcf6b99a756658994a0433712ae7e2cfa047
/usr/share/applications/k3guitune.desktop
/usr/share/apps/k3guitune
/usr/share/apps/k3guitune/k3guituneui.rc
/usr/share/doc/HTML/de/k3guitune
/usr/share/doc/HTML/de/k3guitune/common
/usr/share/doc/HTML/de/k3guitune/index.cache.bz2
/usr/share/doc/HTML/de/k3guitune/index.docbook
/usr/share/doc/HTML/en/k3guitune
/usr/share/doc/HTML/en/k3guitune/common
/usr/share/doc/HTML/en/k3guitune/index.cache.bz2
/usr/share/doc/HTML/en/k3guitune/index.docbook
/usr/share/doc/HTML/nl/k3guitune
/usr/share/doc/HTML/nl/k3guitune/common
/usr/share/doc/HTML/nl/k3guitune/index.cache.bz2
/usr/share/doc/HTML/nl/k3guitune/index.docbook
/usr/share/doc/k3guitune
/usr/share/doc/k3guitune/AUTHORS
/usr/share/doc/k3guitune/COPYING
/usr/share/doc/k3guitune/ChangeLog
/usr/share/doc/k3guitune/README
/usr/share/doc/k3guitune/TODO
/usr/share/icons/hicolor/32x32/apps/k3guitune.xpm
/usr/share/locale/de/LC_MESSAGES/k3guitune.mo
/usr/share/locale/fr/LC_MESSAGES/k3guitune.mo
/usr/share/locale/nl/LC_MESSAGES/k3guitune.mo
/usr/share/locale/sk/LC_MESSAGES/k3guitune.mo
References
Summary
In this tutorial we learn how to install k3guitune
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).