How to Install and Uninstall ocaml-ocplib-endian.x86_64 Package on Fedora 36

Last updated: January 16,2025

1. Install "ocaml-ocplib-endian.x86_64" package

This tutorial shows how to install ocaml-ocplib-endian.x86_64 on Fedora 36

$ sudo dnf update $ sudo dnf install ocaml-ocplib-endian.x86_64

2. Uninstall "ocaml-ocplib-endian.x86_64" package

This is a short guide on how to uninstall ocaml-ocplib-endian.x86_64 on Fedora 36:

$ sudo dnf remove ocaml-ocplib-endian.x86_64 $ sudo dnf autoremove

3. Information about the ocaml-ocplib-endian.x86_64 package on Fedora 36

Last metadata expiration check: 4:25:21 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : ocaml-ocplib-endian
Version : 1.2
Release : 3.fc36
Architecture : x86_64
Size : 116 k
Source : ocaml-ocplib-endian-1.2-3.fc36.src.rpm
Repository : fedora
Summary : Functions to read/write int16/32/64 from strings, bigarrays
URL : https://github.com/OCamlPro/ocplib-endian
License : LGPLv2+ with exceptions
Description : Optimized functions to read and write int16/32/64 from strings,
: bytes and bigarrays, based on primitives added in version 4.01.
:
: The library implements three modules:
:
: - EndianString works directly on strings, and provides submodules
: BigEndian and LittleEndian, with their unsafe counterparts;
: - EndianBytes works directly on bytes, and provides submodules
: BigEndian and LittleEndian, with their unsafe counterparts;
: - EndianBigstring works on bigstrings (Bigarrays of chars),
: and provides submodules BigEndian and LittleEndian, with their
: unsafe counterparts.