How To Install ikona on Fedora 36
In this tutorial we learn how to install ikona in Fedora 36. ikona is Icon Preview designed for Plasma
Introduction
In this tutorial we learn how to install ikona on Fedora 36.
What is ikona
A utility to preview icons as they are being made.
We can use yum or dnf to install ikona on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install ikona.
Install ikona 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 ikona using dnf by running the following command:
sudo dnf -y install ikona
Install ikona 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 ikona using yum by running the following command:
sudo yum -y install ikona
How To Uninstall ikona on Fedora 36
To uninstall only the ikona package we can use the following command:
sudo dnf remove ikona
ikona Package Contents on Fedora 36
/usr/bin/ikona
/usr/lib/.build-id
/usr/lib/.build-id/95
/usr/lib/.build-id/95/490c8d7aafd68ef031ec297317fcb4b5841984
/usr/share/applications/org.kde.Ikona.desktop
/usr/share/doc/ikona
/usr/share/doc/ikona/README.md
/usr/share/icons/hicolor/scalable/apps/org.kde.Ikona.svg
/usr/share/licenses/ikona
/usr/share/licenses/ikona/LICENSE
/usr/share/locale/ca/LC_MESSAGES/ikona.mo
/usr/share/locale/ca@valencia/LC_MESSAGES/ikona.mo
/usr/share/locale/cs/LC_MESSAGES/ikona.mo
/usr/share/locale/es/LC_MESSAGES/ikona.mo
/usr/share/locale/et/LC_MESSAGES/ikona.mo
/usr/share/locale/fi/LC_MESSAGES/ikona.mo
/usr/share/locale/fr/LC_MESSAGES/ikona.mo
/usr/share/locale/ia/LC_MESSAGES/ikona.mo
/usr/share/locale/it/LC_MESSAGES/ikona.mo
/usr/share/locale/nl/LC_MESSAGES/ikona.mo
/usr/share/locale/nn/LC_MESSAGES/ikona.mo
/usr/share/locale/pl/LC_MESSAGES/ikona.mo
/usr/share/locale/pt/LC_MESSAGES/ikona.mo
/usr/share/locale/pt_BR/LC_MESSAGES/ikona.mo
/usr/share/locale/sk/LC_MESSAGES/ikona.mo
/usr/share/locale/sv/LC_MESSAGES/ikona.mo
/usr/share/locale/uk/LC_MESSAGES/ikona.mo
/usr/share/locale/zh_TW/LC_MESSAGES/ikona.mo
/usr/share/metainfo/org.kde.Ikona.appdata.xml
References
Summary
In this tutorial we learn how to install ikona on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).