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

Last updated: September 24,2024

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

Here is a brief guide to show you how to install ocaml-ocplib-endian.x86_64 on Fedora 35

$ 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 35:

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

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

Last metadata expiration check: 2:25:09 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : ocaml-ocplib-endian
Version : 1.1
Release : 6.fc35
Architecture : x86_64
Size : 113 k
Source : ocaml-ocplib-endian-1.1-6.fc35.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 : Optimised 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 counter-parts;
: EndianBytes works directly on bytes, and provides submodules
: BigEndian and LittleEndian, with their unsafe counter-parts;
: EndianBigstring works on bigstrings (Bigarrays of chars),
: and provides submodules BigEndian and LittleEndian, with their
: unsafe counter-parts;