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

Last updated: October 05,2024

1. Install "ocaml-stdint.i686" package

Learn how to install ocaml-stdint.i686 on Fedora 34

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

2. Uninstall "ocaml-stdint.i686" package

Here is a brief guide to show you how to uninstall ocaml-stdint.i686 on Fedora 34:

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

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

Last metadata expiration check: 2:02:09 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : ocaml-stdint
Version : 0.7.0
Release : 2.fc34
Architecture : i686
Size : 391 k
Source : ocaml-stdint-0.7.0-2.fc34.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.