How to Install and Uninstall sha2.i686 Package on Fedora 34

Last updated: May 03,2024

1. Install "sha2.i686" package

This is a short guide on how to install sha2.i686 on Fedora 34

$ sudo dnf update $ sudo dnf install sha2.i686

2. Uninstall "sha2.i686" package

Please follow the instructions below to uninstall sha2.i686 on Fedora 34:

$ sudo dnf remove sha2.i686 $ sudo dnf autoremove

3. Information about the sha2.i686 package on Fedora 34

Last metadata expiration check: 3:48:46 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : sha2
Version : 1.0.1
Release : 19.fc34
Architecture : i686
Size : 30 k
Source : sha2-1.0.1-19.fc34.src.rpm
Repository : fedora
Summary : SHA Implementation Library
URL : http://www.aarongifford.com/computers/sha.html
License : BSD
Description : 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).