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

Last updated: October 08,2024

1. Install "ocaml-integers.i686" package

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

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

2. Uninstall "ocaml-integers.i686" package

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

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

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

Last metadata expiration check: 2:46:45 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : ocaml-integers
Version : 0.4.0
Release : 1.fc34
Architecture : i686
Size : 107 k
Source : ocaml-integers-0.4.0-1.fc34.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.