How to Install and Uninstall ocaml-bin-prot.x86_64 Package on Fedora 34

Last updated: October 06,2024

1. Install "ocaml-bin-prot.x86_64" package

Please follow the step by step instructions below to install ocaml-bin-prot.x86_64 on Fedora 34

$ sudo dnf update $ sudo dnf install ocaml-bin-prot.x86_64

2. Uninstall "ocaml-bin-prot.x86_64" package

In this section, we are going to explain the necessary steps to uninstall ocaml-bin-prot.x86_64 on Fedora 34:

$ sudo dnf remove ocaml-bin-prot.x86_64 $ sudo dnf autoremove

3. Information about the ocaml-bin-prot.x86_64 package on Fedora 34

Last metadata expiration check: 3:11:06 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : ocaml-bin-prot
Epoch : 1
Version : 0.14.0
Release : 6.fc34
Architecture : x86_64
Size : 560 k
Source : ocaml-bin-prot-0.14.0-6.fc34.src.rpm
Repository : fedora
Summary : Read and write OCaml values in a type-safe binary protocol
URL : https://github.com/janestreet/bin_prot
License : MIT and BSD
Description : This library contains functionality for reading and writing OCaml
: values in a type-safe binary protocol. These functions are extremely
: efficient and provide users with a convenient and safe way of
: performing I/O on any extensionally defined data type. This means that
: functions, objects, and values whose type is bound through a
: polymorphic record field are not supported, but everything else is.
:
: As of now, there is no support for cyclic or shared values. Cyclic
: values will lead to non-termination whereas shared values, besides
: requiring significantly more space when encoded, may lead to a
: substantial increase in memory footprint when they are read back in.