How To Install ikona-cli-zsh-completions on Fedora 36

In this tutorial we learn how to install ikona-cli-zsh-completions in Fedora 36. ikona-cli-zsh-completions is ZSH completions for ikona-cli

Introduction

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

What is ikona-cli-zsh-completions

ZSH completions for ikona-cli.

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

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

sudo dnf -y install ikona-cli-zsh-completions

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

sudo yum -y install ikona-cli-zsh-completions

How To Uninstall ikona-cli-zsh-completions on Fedora 36

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

sudo dnf remove ikona-cli-zsh-completions

ikona-cli-zsh-completions Package Contents on Fedora 36

/usr/share/zsh/site-functions/_ikona-cli

References

Summary

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