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

Last updated: October 07,2024

1. Install "ocaml-stdint.i686" package

Please follow the instructions below to install ocaml-stdint.i686 on Fedora 35

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

2. Uninstall "ocaml-stdint.i686" package

This guide let you learn how to uninstall ocaml-stdint.i686 on Fedora 35:

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

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

Last metadata expiration check: 0:53:19 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : ocaml-stdint
Version : 0.7.0
Release : 4.fc35
Architecture : i686
Size : 375 k
Source : ocaml-stdint-0.7.0-4.fc35.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.