How To Install kanatest on Fedora 36
Introduction
In this tutorial we learn how to install kanatest
on Fedora 36.
What is kanatest
Kanatest is a simple, GTK 2-based kana drill tool. It offers three drill modes hiragana, katakana, and mixed mode. The tester shows random kana characters and waits until you enter the romaji equivalent in an entry field. At the end, statistics are provided
We can use yum
or dnf
to install kanatest
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install kanatest.
Install kanatest 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 kanatest
using dnf
by running the following command:
sudo dnf -y install kanatest
Install kanatest 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 kanatest
using yum
by running the following command:
sudo yum -y install kanatest
How To Uninstall kanatest on Fedora 36
To uninstall only the kanatest
package we can use the following command:
sudo dnf remove kanatest
kanatest Package Contents on Fedora 36
/usr/bin/kanatest
/usr/lib/.build-id
/usr/lib/.build-id/54
/usr/lib/.build-id/54/d967a630b8db13f4db0084dba7f1e398c45fba
/usr/share/applications/kanatest.desktop
/usr/share/doc/kanatest
/usr/share/doc/kanatest/COPYING
/usr/share/doc/kanatest/ChangeLog
/usr/share/doc/kanatest/README
/usr/share/icons/hicolor/16x16/apps/kanatest.png
/usr/share/icons/hicolor/22x22/apps/kanatest.png
/usr/share/icons/hicolor/24x24/apps/kanatest.png
/usr/share/icons/hicolor/32x32/apps/kanatest.png
/usr/share/icons/hicolor/48x48/apps/kanatest.png
/usr/share/icons/hicolor/scalable/apps/kanatest.svg
/usr/share/locale/de/LC_MESSAGES/kanatest.mo
/usr/share/locale/el/LC_MESSAGES/kanatest.mo
/usr/share/locale/es/LC_MESSAGES/kanatest.mo
/usr/share/locale/fi/LC_MESSAGES/kanatest.mo
/usr/share/locale/fr/LC_MESSAGES/kanatest.mo
/usr/share/locale/hr/LC_MESSAGES/kanatest.mo
/usr/share/locale/hu/LC_MESSAGES/kanatest.mo
/usr/share/locale/it/LC_MESSAGES/kanatest.mo
/usr/share/locale/pl/LC_MESSAGES/kanatest.mo
/usr/share/locale/pt/LC_MESSAGES/kanatest.mo
/usr/share/locale/ru/LC_MESSAGES/kanatest.mo
/usr/share/locale/zh_CN/LC_MESSAGES/kanatest.mo
/usr/share/pixmaps/kanatest.png
References
Summary
In this tutorial we learn how to install kanatest
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).