How to Install and Uninstall ocaml-version.i686 Package on Fedora 38

Last updated: September 23,2024

1. Install "ocaml-version.i686" package

This guide let you learn how to install ocaml-version.i686 on Fedora 38

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

2. Uninstall "ocaml-version.i686" package

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

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

3. Information about the ocaml-version.i686 package on Fedora 38

Last metadata expiration check: 1:27:51 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : ocaml-version
Version : 3.6.1
Release : 1.fc38
Architecture : i686
Size : 85 k
Source : ocaml-version-3.6.1-1.fc38.src.rpm
Repository : fedora
Summary : Manipulate, parse and generate OCaml compiler version strings
URL : https://ocurrent.github.io/ocaml-version/
License : ISC
Description : This library provides facilities to parse version numbers of the OCaml
: compiler, and enumerates the various official OCaml releases and
: configuration variants.
:
: OCaml version numbers are of the form `major.minor.patch+extra`, where
: the `patch` and `extra` fields are optional. This library offers the
: following functionality:
:
: - Functions to parse and serialize OCaml compiler version numbers
: - Enumeration of official OCaml compiler version releases
: - Test compiler versions for a particular feature (e.g. the `bytes`
: type)
: - opam compiler switch enumeration