How To Install cheat on Fedora 36
Introduction
In this tutorial we learn how to install cheat
on Fedora 36.
What is cheat
Cheat allows you to create and view interactive cheatsheets on the command- line. It was designed to help remind *nix system administrators of options for commands that they use frequently, but not frequently enough to remember.
We can use yum
or dnf
to install cheat
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install cheat.
Install cheat 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
using dnf
by running the following command:
sudo dnf -y install cheat
Install cheat 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
using yum
by running the following command:
sudo yum -y install cheat
How To Uninstall cheat on Fedora 36
To uninstall only the cheat
package we can use the following command:
sudo dnf remove cheat
cheat Package Contents on Fedora 36
/etc/cheat/conf.yml
/usr/bin/cheat
/usr/lib/.build-id
/usr/lib/.build-id/ac
/usr/lib/.build-id/ac/cde6b8489485a495e7cf58de0414e624c0c222
/usr/share/doc/cheat
/usr/share/doc/cheat/CONTRIBUTING.md
/usr/share/doc/cheat/README.md
/usr/share/doc/cheat/docopt.txt
/usr/share/licenses/cheat
/usr/share/licenses/cheat/LICENSE.txt
References
Summary
In this tutorial we learn how to install cheat
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).