How to Install and Uninstall ocaml-sha.i686 Package on Fedora 35

Last updated: October 08,2024

1. Install "ocaml-sha.i686" package

In this section, we are going to explain the necessary steps to install ocaml-sha.i686 on Fedora 35

$ sudo dnf update $ sudo dnf install ocaml-sha.i686

2. Uninstall "ocaml-sha.i686" package

This guide covers the steps necessary to uninstall ocaml-sha.i686 on Fedora 35:

$ sudo dnf remove ocaml-sha.i686 $ sudo dnf autoremove

3. Information about the ocaml-sha.i686 package on Fedora 35

Last metadata expiration check: 1:18:58 ago on Wed Sep 7 14:25:02 2022.
Available Packages
Name : ocaml-sha
Version : 1.13
Release : 7.fc35
Architecture : i686
Size : 74 k
Source : ocaml-sha-1.13-7.fc35.src.rpm
Repository : fedora
Summary : Binding to the SHA cryptographic functions
URL : https://github.com/djs55/ocaml-sha/
License : ISC
Description : A binding for SHA interface code in OCaml. Offering the same interface than
: the MD5 digest included in the OCaml standard library.
: It's currently providing SHA1, SHA256 and SHA512 hash functions.