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

Last updated: October 07,2024

1. Install "ocaml-integers.i686" package

This is a short guide on how to install ocaml-integers.i686 on Fedora 35

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

2. Uninstall "ocaml-integers.i686" package

This tutorial shows how to uninstall ocaml-integers.i686 on Fedora 35:

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

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

Last metadata expiration check: 2:46:14 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : ocaml-integers
Version : 0.5.1
Release : 1.fc35
Architecture : i686
Size : 117 k
Source : ocaml-integers-0.5.1-1.fc35.src.rpm
Repository : fedora
Summary : Various signed and unsigned integer types for OCaml
URL : https://github.com/ocamllabs/ocaml-integers
License : MIT
Description : The ocaml-integers library provides a number of 8-, 16-, 32- and 64-bit
: signed and unsigned integer types, together with aliases such as `long`
: and `size_t` whose sizes depend on the host platform.