How To Install cheat-fish-completion on Fedora 36

In this tutorial we learn how to install cheat-fish-completion in Fedora 36. cheat-fish-completion is Fish completion support for cheat

Introduction

In this tutorial we learn how to install cheat-fish-completion on Fedora 36.

What is cheat-fish-completion

Files needed to support fish completion.

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

Install cheat-fish-completion 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 cheat-fish-completion using dnf by running the following command:

sudo dnf -y install cheat-fish-completion

Install cheat-fish-completion 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 cheat-fish-completion using yum by running the following command:

sudo yum -y install cheat-fish-completion

How To Uninstall cheat-fish-completion on Fedora 36

To uninstall only the cheat-fish-completion package we can use the following command:

sudo dnf remove cheat-fish-completion

cheat-fish-completion Package Contents on Fedora 36

/usr/share/fish/vendor_completions.d/cheat.fish

References

Summary

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