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

Last updated: October 08,2024

1. Install "ocaml-version.x86_64" package

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

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

2. Uninstall "ocaml-version.x86_64" package

Learn how to uninstall ocaml-version.x86_64 on Fedora 38:

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

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

Last metadata expiration check: 5:07:18 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : ocaml-version
Version : 3.6.1
Release : 1.fc38
Architecture : x86_64
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