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

Last updated: October 11,2024

1. Install "ocaml-integers.i686" package

Here is a brief guide to show you how to install ocaml-integers.i686 on Fedora 36

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

2. Uninstall "ocaml-integers.i686" package

Learn how to uninstall ocaml-integers.i686 on Fedora 36:

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

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

Last metadata expiration check: 5:52:35 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : ocaml-integers
Version : 0.6.0
Release : 1.fc36
Architecture : i686
Size : 118 k
Source : ocaml-integers-0.6.0-1.fc36.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.