How To Install sha on Fedora 36
Introduction
In this tutorial we learn how to install sha
on Fedora 36.
What is sha
file hashing utility that uses the SHA-1, SHA-256, SHA-384, & SHA-512 hash algorithms. It can be used for file integrity checking, remote file comparisons, etc. The portable algorithm implementations can be useful in other projects too
We can use yum
or dnf
to install sha
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install sha.
Install sha 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 sha
using dnf
by running the following command:
sudo dnf -y install sha
Install sha 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 sha
using yum
by running the following command:
sudo yum -y install sha
How To Uninstall sha on Fedora 36
To uninstall only the sha
package we can use the following command:
sudo dnf remove sha
sha Package Contents on Fedora 36
/usr/bin/sha
/usr/lib/.build-id
/usr/lib/.build-id/20
/usr/lib/.build-id/20/8129b1b9045809672648f3b6ecdcc685c7bcc1
/usr/lib/.build-id/c9
/usr/lib/.build-id/c9/43a2f5b4eec86e2d4c10bcf8bc3a83171f3118
/usr/lib/libsha.so.0
/usr/lib/libsha.so.0.0.0
/usr/share/doc/sha
/usr/share/doc/sha/ChangeLog
/usr/share/doc/sha/LICENSE
/usr/share/doc/sha/README
/usr/share/doc/sha/README.SHA
/usr/share/man/man1/sha.1.gz
References
Summary
In this tutorial we learn how to install sha
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install sha on Fedora 36” linkTitle: “sha” type: “docs” description: “In this tutorial we learn how to install sha in Fedora 36. sha is File hashing utility” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/sha-featured.png
Introduction
In this tutorial we learn how to install sha
on Fedora 36.
What is sha
file hashing utility that uses the SHA-1, SHA-256, SHA-384, & SHA-512 hash algorithms. It can be used for file integrity checking, remote file comparisons, etc. The portable algorithm implementations can be useful in other projects too
We can use yum
or dnf
to install sha
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install sha.
Install sha 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 sha
using dnf
by running the following command:
sudo dnf -y install sha
Install sha 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 sha
using yum
by running the following command:
sudo yum -y install sha
How To Uninstall sha on Fedora 36
To uninstall only the sha
package we can use the following command:
sudo dnf remove sha
sha Package Contents on Fedora 36
/usr/bin/sha
/usr/lib/.build-id
/usr/lib/.build-id/e0
/usr/lib/.build-id/e0/5f8d476fc7c4cc9c6ff88c4f267c618a383740
/usr/lib/.build-id/f8
/usr/lib/.build-id/f8/393e947a65a3b60abaf7dd2e898f70dc26911a
/usr/lib64/libsha.so.0
/usr/lib64/libsha.so.0.0.0
/usr/share/doc/sha
/usr/share/doc/sha/ChangeLog
/usr/share/doc/sha/LICENSE
/usr/share/doc/sha/README
/usr/share/doc/sha/README.SHA
/usr/share/man/man1/sha.1.gz
References
Summary
In this tutorial we learn how to install sha
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).