How To Install kanatest on Fedora 34
Introduction
In this tutorial we learn how to install kanatest
on Fedora 34.
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 34. In this tutorial we discuss both methods but you only need to choose one of method to install kanatest.
Install kanatest 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 kanatest
using dnf
by running the following command:
sudo dnf -y install kanatest
Install kanatest 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 kanatest
using yum
by running the following command:
sudo yum -y install kanatest
How To Uninstall kanatest on Fedora 34
To uninstall only the kanatest
package we can use the following command:
sudo dnf remove kanatest
kanatest Package Contents on Fedora 34
/usr/bin/kanatest
/usr/lib/.build-id
/usr/lib/.build-id/2e
/usr/lib/.build-id/2e/cbc87076c6b79f954f91a049d4daab890468c7
/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 34 using yum and dnf.