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

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

Introduction

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

What is ikona-cli-bash-completions

Bash completions for ikona-cli.

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

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

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

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

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

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

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

sudo dnf remove ikona-cli-bash-completions

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

/usr/etc/bash_completion.d
/usr/etc/bash_completion.d/ikona-cli.bash

References

Summary

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