How To Install ghasher on Fedora 36
Introduction
In this tutorial we learn how to install ghasher
on Fedora 36.
What is ghasher
ghasher can easily show the MD5 sum (or md2, md4, sha1, sha, ripemd160, dss1) of a file. Motivation for this utility was that users shouldn’t need to open a command line for checking the MD5 sum of files they download.
We can use yum
or dnf
to install ghasher
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install ghasher.
Install ghasher 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 ghasher
using dnf
by running the following command:
sudo dnf -y install ghasher
Install ghasher 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 ghasher
using yum
by running the following command:
sudo yum -y install ghasher
How To Uninstall ghasher on Fedora 36
To uninstall only the ghasher
package we can use the following command:
sudo dnf remove ghasher
ghasher Package Contents on Fedora 36
/usr/bin/ghasher
/usr/lib/.build-id
/usr/lib/.build-id/98
/usr/lib/.build-id/98/77b73fbb30b6c97bab6cac6a87dad2f31466c6
/usr/share/applications/ghasher.desktop
/usr/share/doc/ghasher
/usr/share/doc/ghasher/AUTHORS
/usr/share/doc/ghasher/NEWS
/usr/share/doc/ghasher/README
/usr/share/doc/ghasher/TODO
/usr/share/licenses/ghasher
/usr/share/licenses/ghasher/LICENSE
/usr/share/pixmaps/hash.xpm
References
Summary
In this tutorial we learn how to install ghasher
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).