How To Install ikona-cli-fish-completions on Fedora 36
Introduction
In this tutorial we learn how to install ikona-cli-fish-completions
on Fedora 36.
What is ikona-cli-fish-completions
Fish completions for ikona-cli.
We can use yum
or dnf
to install ikona-cli-fish-completions
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install ikona-cli-fish-completions.
Install ikona-cli-fish-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-fish-completions
using dnf
by running the following command:
sudo dnf -y install ikona-cli-fish-completions
Install ikona-cli-fish-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-fish-completions
using yum
by running the following command:
sudo yum -y install ikona-cli-fish-completions
How To Uninstall ikona-cli-fish-completions on Fedora 36
To uninstall only the ikona-cli-fish-completions
package we can use the following command:
sudo dnf remove ikona-cli-fish-completions
ikona-cli-fish-completions Package Contents on Fedora 36
/usr/share/fish
/usr/share/fish/completions
/usr/share/fish/completions/ikona-cli.fish
References
Summary
In this tutorial we learn how to install ikona-cli-fish-completions
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).