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

Last updated: November 28,2024

1. Install "sha2.i686" package

This guide let you learn how to install sha2.i686 on Fedora 38

$ sudo dnf update $ sudo dnf install sha2.i686

2. Uninstall "sha2.i686" package

Here is a brief guide to show you how to uninstall sha2.i686 on Fedora 38:

$ sudo dnf remove sha2.i686 $ sudo dnf autoremove

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

Last metadata expiration check: 5:20:19 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : sha2
Version : 1.0.1
Release : 24.fc38
Architecture : i686
Size : 31 k
Source : sha2-1.0.1-24.fc38.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).