How To Install ikona-cli on Fedora 36

In this tutorial we learn how to install ikona-cli in Fedora 36. ikona-cli is Access ikona’s functionality from the command line

Introduction

In this tutorial we learn how to install ikona-cli on Fedora 36.

What is ikona-cli

ikona-cli is a command-line utility allowing you to manipulate icons from the command line.

We can use yum or dnf to install ikona-cli on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install ikona-cli.

Install ikona-cli 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-cli using dnf by running the following command:

sudo dnf -y install ikona-cli

Install ikona-cli 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-cli using yum by running the following command:

sudo yum -y install ikona-cli

How To Uninstall ikona-cli on Fedora 36

To uninstall only the ikona-cli package we can use the following command:

sudo dnf remove ikona-cli

ikona-cli Package Contents on Fedora 36

/usr/bin/ikona-cli
/usr/lib/.build-id
/usr/lib/.build-id/c2
/usr/lib/.build-id/c2/9a1f889a91a49152c4ece25eac1cf8d4ad55b9
/usr/share/locale/ca/LC_MESSAGES/ikonacli.mo
/usr/share/locale/ca@valencia/LC_MESSAGES/ikonacli.mo
/usr/share/locale/es/LC_MESSAGES/ikonacli.mo
/usr/share/locale/et/LC_MESSAGES/ikonacli.mo
/usr/share/locale/fr/LC_MESSAGES/ikonacli.mo
/usr/share/locale/ia/LC_MESSAGES/ikonacli.mo
/usr/share/locale/it/LC_MESSAGES/ikonacli.mo
/usr/share/locale/nl/LC_MESSAGES/ikonacli.mo
/usr/share/locale/pt/LC_MESSAGES/ikonacli.mo
/usr/share/locale/pt_BR/LC_MESSAGES/ikonacli.mo
/usr/share/locale/sk/LC_MESSAGES/ikonacli.mo
/usr/share/locale/sv/LC_MESSAGES/ikonacli.mo
/usr/share/locale/uk/LC_MESSAGES/ikonacli.mo
/usr/share/locale/zh_TW/LC_MESSAGES/ikonacli.mo

References

Summary

In this tutorial we learn how to install ikona-cli on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).