How To Install sha2 on Fedora 34
Introduction
In this tutorial we learn how to install sha2
on Fedora 34.
What is sha2
The library implements the SHA-256, SHA-384, and SHA-512 hash algorithms. The interface is similar to the interface to SHA-1 found in the OpenSSL library. sha2 is a simple program that accepts input from either STDIN or reads one or more files specified on the command line, and then generates the specified hash (either SHA-256, SHA-384, SHA-512, or any combination thereof, including all three at once). sha2 1.0.1 19.fc34 x86_64 29 k sha2-1.0.1-19.fc34.src.rpm fedora SHA Implementation Library http BSD The library implements the SHA-256, SHA-384, and SHA-512 hash algorithms. The interface is similar to the interface to SHA-1 found in the OpenSSL library. sha2 is a simple program that accepts input from either STDIN or reads one or more files specified on the command line, and then generates the specified hash (either SHA-256, SHA-384, SHA-512, or any combination thereof, including all three at once).
We can use yum
or dnf
to install sha2
on Fedora 34. In this tutorial we discuss both methods but you only need to choose one of method to install sha2.
Install sha2 on Fedora 34 Using dnf
Update yum database with dnf
using the following command.
The output should look something like this:
After updating yum database, We can install sha2
using dnf
by running the following command:
Install sha2 on Fedora 34 Using yum
Update yum database with yum
using the following command.
The output should look something like this:
After updating yum database, We can install sha2
using yum
by running the following command:
How To Uninstall sha2 on Fedora 34
To uninstall only the sha2
package we can use the following command:
sha2 Package Contents on Fedora 34
References
- [sha2 website](http://www.aarongifford.com/computers/sha.html http://www.aarongifford.com/computers/sha.html)
Summary
In this tutorial we learn how to install sha2
on Fedora 34 using yum and dnf.