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

Last updated: May 18,2024

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

Please follow the guidelines below to install ocaml-ocplib-endian.i686 on Fedora 35

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

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

Please follow the guidelines below to uninstall ocaml-ocplib-endian.i686 on Fedora 35:

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

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

Last metadata expiration check: 5:26:05 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : ocaml-ocplib-endian
Version : 1.1
Release : 6.fc35
Architecture : i686
Size : 115 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;