How To Install heatseeker on Fedora 36
Introduction
In this tutorial we learn how to install heatseeker
on Fedora 36.
What is heatseeker
Fast, robust, and portable fuzzy finder.
We can use yum
or dnf
to install heatseeker
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install heatseeker.
Install heatseeker 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 heatseeker
using dnf
by running the following command:
sudo dnf -y install heatseeker
Install heatseeker 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 heatseeker
using yum
by running the following command:
sudo yum -y install heatseeker
How To Uninstall heatseeker on Fedora 36
To uninstall only the heatseeker
package we can use the following command:
sudo dnf remove heatseeker
heatseeker Package Contents on Fedora 36
/usr/bin/hs
/usr/lib/.build-id
/usr/lib/.build-id/29
/usr/lib/.build-id/29/f960f1e8c98cbc3306d0a56889349baa970c19
/usr/share/doc/heatseeker
/usr/share/doc/heatseeker/README.md
/usr/share/licenses/heatseeker
/usr/share/licenses/heatseeker/LICENSE
References
Summary
In this tutorial we learn how to install heatseeker
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).