How to Install and Uninstall ocaml-pyml.x86_64 Package on Fedora 36

Last updated: October 06,2024

1. Install "ocaml-pyml.x86_64" package

Please follow the steps below to install ocaml-pyml.x86_64 on Fedora 36

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

2. Uninstall "ocaml-pyml.x86_64" package

This guide covers the steps necessary to uninstall ocaml-pyml.x86_64 on Fedora 36:

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

3. Information about the ocaml-pyml.x86_64 package on Fedora 36

Last metadata expiration check: 5:20:33 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : ocaml-pyml
Version : 20211015
Release : 5.fc36
Architecture : x86_64
Size : 582 k
Source : ocaml-pyml-20211015-5.fc36.src.rpm
Repository : fedora
Summary : OCaml bindings for Python
URL : https://github.com/thierry-martinez/pyml
License : BSD and LGPLv2+
Description : py.ml provides OCaml bindings for Python 2 and Python 3. This library
: subsumes the pycaml library, which is no longer actively maintained.
:
: The Python library is linked at runtime and the same executable can be
: run in a Python 2 or a Python 3 environment. py.ml does not require any
: Python library at compile time. The only compile time dependency is
: Stdcompat to ensure compatibility with all OCaml compiler versions from
: 3.12.
:
: Bindings are split in three modules:
:
: - Py provides the initialization functions and some high-level bindings,
: with error handling and naming conventions closer to OCaml usages.
:
: - Pycaml provides a signature close to the old Pycaml module, so as to
: ease migration.
:
: - Pywrappers provides low-level bindings, which follow closely the
: conventions of the C bindings for Python. Submodules
: Pywrappers.Python2 and Pywrappers.Python3 contain version-specific
: bindings.