How to Install and Uninstall ocaml-stdint.i686 Package on Fedora 36

Last updated: October 10,2024

1. Install "ocaml-stdint.i686" package

Please follow the guidance below to install ocaml-stdint.i686 on Fedora 36

$ sudo dnf update $ sudo dnf install ocaml-stdint.i686

2. Uninstall "ocaml-stdint.i686" package

This is a short guide on how to uninstall ocaml-stdint.i686 on Fedora 36:

$ sudo dnf remove ocaml-stdint.i686 $ sudo dnf autoremove

3. Information about the ocaml-stdint.i686 package on Fedora 36

Last metadata expiration check: 1:52:59 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : ocaml-stdint
Version : 0.7.0
Release : 7.fc36
Architecture : i686
Size : 375 k
Source : ocaml-stdint-0.7.0-7.fc36.src.rpm
Repository : fedora
Summary : Various signed and unsigned integers for OCaml
URL : https://github.com/andrenth/ocaml-stdint
License : MIT
Description : The stdint library provides signed and unsigned integer types of various
: fixed widths: 8, 16, 24, 32, 40, 48, 56, 64 and 128 bits.
:
: This interface is similar to Int32 and Int64 from the base library but
: provides more functions and constants like arithmetic and bit-wise
: operations, constants like maximum and minimum values, infix operators
: converting to and from every other integer type (including int, float and
: nativeint), parsing from and conversion to readable strings (binary,
: octal, decimal, hexadecimal), and conversion to and from buffers in both
: big endian and little endian byte order.