How to Install and Uninstall ocaml-integers.x86_64 Package on Fedora 38

Last updated: March 01,2025

1. Install "ocaml-integers.x86_64" package

Learn how to install ocaml-integers.x86_64 on Fedora 38

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

2. Uninstall "ocaml-integers.x86_64" package

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

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

3. Information about the ocaml-integers.x86_64 package on Fedora 38

Last metadata expiration check: 5:03:08 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : ocaml-integers
Version : 0.7.0
Release : 5.fc38
Architecture : x86_64
Size : 116 k
Source : ocaml-integers-0.7.0-5.fc38.src.rpm
Repository : fedora
Summary : Various signed and unsigned integer types for OCaml
URL : https://github.com/yallop/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.