How to Install and Uninstall ocaml-sha.x86_64 Package on CentOS 8 / RHEL 8

Last updated: January 13,2025

1. Install "ocaml-sha.x86_64" package

Please follow the steps below to install ocaml-sha.x86_64 on CentOS 8 / RHEL 8

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

2. Uninstall "ocaml-sha.x86_64" package

Please follow the guidelines below to uninstall ocaml-sha.x86_64 on CentOS 8 / RHEL 8:

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

3. Information about the ocaml-sha.x86_64 package on CentOS 8 / RHEL 8

Last metadata expiration check: 1 day, 6:20:57 ago on Sun May 9 13:03:46 2021.
Available Packages
Name : ocaml-sha
Version : 1.12
Release : 7.el8
Architecture : x86_64
Size : 67 k
Source : ocaml-sha-1.12-7.el8.src.rpm
Repository : epel
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.