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

Last updated: June 26,2024

1. Install "ocaml-integers.x86_64" package

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

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

2. Uninstall "ocaml-integers.x86_64" package

This tutorial shows how to uninstall ocaml-integers.x86_64 on Fedora 34:

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

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

Last metadata expiration check: 1:38:41 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : ocaml-integers
Version : 0.4.0
Release : 1.fc34
Architecture : x86_64
Size : 105 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.