How to Install and Uninstall ocaml-biniou.x86_64 Package on Fedora 38

Last updated: November 26,2024

1. Install "ocaml-biniou.x86_64" package

Please follow the instructions below to install ocaml-biniou.x86_64 on Fedora 38

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

2. Uninstall "ocaml-biniou.x86_64" package

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

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

3. Information about the ocaml-biniou.x86_64 package on Fedora 38

Last metadata expiration check: 1:05:33 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : ocaml-biniou
Version : 1.2.1
Release : 23.fc38
Architecture : x86_64
Size : 394 k
Source : ocaml-biniou-1.2.1-23.fc38.src.rpm
Repository : fedora
Summary : Safe and fast binary data format
URL : https://github.com/ocaml-community/biniou
License : BSD
Description : Biniou (pronounced "be new") is a binary data format designed for
: speed, safety, ease of use and backward compatibility as protocols
: evolve. Biniou is vastly equivalent to JSON in terms of functionality
: but allows implementations several times faster (4 times faster than
: yojson), with 25-35% space savings.
:
: Biniou data can be decoded into human-readable form without knowledge
: of type definitions except for field and variant names which are
: represented by 31-bit hashes. A program named bdump is provided for
: routine visualization of biniou data files.