How to Install and Uninstall ocaml-version.x86_64 Package on Fedora 39

Last updated: October 10,2024

1. Install "ocaml-version.x86_64" package

Here is a brief guide to show you how to install ocaml-version.x86_64 on Fedora 39

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

2. Uninstall "ocaml-version.x86_64" package

This guide let you learn how to uninstall ocaml-version.x86_64 on Fedora 39:

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

3. Information about the ocaml-version.x86_64 package on Fedora 39

Last metadata expiration check: 4:14:06 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : ocaml-version
Version : 3.6.1
Release : 4.fc39
Architecture : x86_64
Size : 93 k
Source : ocaml-version-3.6.1-4.fc39.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