How To Install gtkhash on Fedora 34
Introduction
In this tutorial we learn how to install gtkhash
on Fedora 34.
What is gtkhash
GtkHash is a GTK+ utility for computing message digests or checksums. Currently supported hash functions include * MD2, MD4 and MD5 * SHA1, SHA224, SHA256, SHA384 and SHA512, * RIPEMD128, RIPEMD160, RIPEMD256 and RIPEMD320 * TIGER128, TIGER160 and TIGER192 * HAVAL128-3, HAVAL160-3, HAVAL192-3, HAVAL224-3 and HAVAL256-3 * SNEFRU128 and SNEFRU256 * ADLER32, CRC32, GOST and WHIRLPOOL This package contains the GTK+3 version of the program.
We can use yum
or dnf
to install gtkhash
on Fedora 34. In this tutorial we discuss both methods but you only need to choose one of method to install gtkhash.
Install gtkhash on Fedora 34 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
The output should look something like this:
Fedora 34 - x86_64 20 kB/s | 6.6 kB 00:00
Fedora 34 openh264 (From Cisco) - x86_64 1.4 kB/s | 989 B 00:00
Fedora Modular 34 - x86_64 68 kB/s | 6.5 kB 00:00
Fedora 34 - x86_64 - Updates 3.5 kB/s | 6.2 kB 00:01
Fedora Modular 34 - x86_64 - Updates 17 kB/s | 5.9 kB 00:00
Metadata cache created.
After updating yum database, We can install gtkhash
using dnf
by running the following command:
sudo dnf -y install gtkhash
Install gtkhash on Fedora 34 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
The output should look something like this:
Fedora 34 - x86_64 20 kB/s | 6.6 kB 00:00
Fedora 34 openh264 (From Cisco) - x86_64 1.4 kB/s | 989 B 00:00
Fedora Modular 34 - x86_64 68 kB/s | 6.5 kB 00:00
Fedora 34 - x86_64 - Updates 3.5 kB/s | 6.2 kB 00:01
Fedora Modular 34 - x86_64 - Updates 17 kB/s | 5.9 kB 00:00
Metadata cache created.
After updating yum database, We can install gtkhash
using yum
by running the following command:
sudo yum -y install gtkhash
How To Uninstall gtkhash on Fedora 34
To uninstall only the gtkhash
package we can use the following command:
sudo dnf remove gtkhash
gtkhash Package Contents on Fedora 34
/usr/bin/gtkhash
/usr/lib/.build-id
/usr/lib/.build-id/0f
/usr/lib/.build-id/0f/26fa0b5994aca936d473886a39186b42e39f24
/usr/share/applications/org.gtkhash.gtkhash.desktop
/usr/share/doc/gtkhash
/usr/share/doc/gtkhash/AUTHORS
/usr/share/doc/gtkhash/NEWS
/usr/share/glib-2.0/schemas/org.gtkhash.gschema.xml
/usr/share/glib-2.0/schemas/org.gtkhash.plugin.gschema.xml
/usr/share/icons/hicolor/128x128/apps/org.gtkhash.gtkhash.png
/usr/share/icons/hicolor/256x256/apps/org.gtkhash.gtkhash.png
/usr/share/icons/hicolor/32x32/apps/org.gtkhash.gtkhash.png
/usr/share/icons/hicolor/48x48/apps/org.gtkhash.gtkhash.png
/usr/share/icons/hicolor/64x64/apps/org.gtkhash.gtkhash.png
/usr/share/icons/hicolor/scalable/apps/org.gtkhash.gtkhash.svg
/usr/share/licenses/gtkhash
/usr/share/licenses/gtkhash/COPYING
/usr/share/locale/ar/LC_MESSAGES/gtkhash.mo
/usr/share/locale/bn_BD/LC_MESSAGES/gtkhash.mo
/usr/share/locale/ca/LC_MESSAGES/gtkhash.mo
/usr/share/locale/cs/LC_MESSAGES/gtkhash.mo
/usr/share/locale/da/LC_MESSAGES/gtkhash.mo
/usr/share/locale/de/LC_MESSAGES/gtkhash.mo
/usr/share/locale/el/LC_MESSAGES/gtkhash.mo
/usr/share/locale/en_GB/LC_MESSAGES/gtkhash.mo
/usr/share/locale/en_US/LC_MESSAGES/gtkhash.mo
/usr/share/locale/eo/LC_MESSAGES/gtkhash.mo
/usr/share/locale/es/LC_MESSAGES/gtkhash.mo
/usr/share/locale/fr/LC_MESSAGES/gtkhash.mo
/usr/share/locale/gl/LC_MESSAGES/gtkhash.mo
/usr/share/locale/he/LC_MESSAGES/gtkhash.mo
/usr/share/locale/hr/LC_MESSAGES/gtkhash.mo
/usr/share/locale/hu/LC_MESSAGES/gtkhash.mo
/usr/share/locale/id/LC_MESSAGES/gtkhash.mo
/usr/share/locale/ie/LC_MESSAGES/gtkhash.mo
/usr/share/locale/it/LC_MESSAGES/gtkhash.mo
/usr/share/locale/ja/LC_MESSAGES/gtkhash.mo
/usr/share/locale/lt/LC_MESSAGES/gtkhash.mo
/usr/share/locale/nb_NO/LC_MESSAGES/gtkhash.mo
/usr/share/locale/nl/LC_MESSAGES/gtkhash.mo
/usr/share/locale/nl_BE/LC_MESSAGES/gtkhash.mo
/usr/share/locale/pl/LC_MESSAGES/gtkhash.mo
/usr/share/locale/pt/LC_MESSAGES/gtkhash.mo
/usr/share/locale/pt_BR/LC_MESSAGES/gtkhash.mo
/usr/share/locale/ru/LC_MESSAGES/gtkhash.mo
/usr/share/locale/sr/LC_MESSAGES/gtkhash.mo
/usr/share/locale/sv/LC_MESSAGES/gtkhash.mo
/usr/share/locale/tr/LC_MESSAGES/gtkhash.mo
/usr/share/locale/zh_CN/LC_MESSAGES/gtkhash.mo
/usr/share/locale/zh_TW/LC_MESSAGES/gtkhash.mo
/usr/share/metainfo/org.gtkhash.gtkhash.appdata.xml
References
Summary
In this tutorial we learn how to install gtkhash
on Fedora 34 using yum and dnf.