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

Last updated: November 25,2024

1. Install "ocaml-mccs.x86_64" package

In this section, we are going to explain the necessary steps to install ocaml-mccs.x86_64 on Fedora 38

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

2. Uninstall "ocaml-mccs.x86_64" package

In this section, we are going to explain the necessary steps to uninstall ocaml-mccs.x86_64 on Fedora 38:

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

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

Last metadata expiration check: 0:24:52 ago on Sun Mar 17 04:59:58 2024.
Available Packages
Name : ocaml-mccs
Version : 1.1
Release : 40.14.fc38
Architecture : x86_64
Size : 135 k
Source : ocaml-mccs-1.1-40.14.fc38.src.rpm
Repository : fedora
Summary : Multi Criteria CUDF Solver with OCaml bindings
URL : https://github.com/AltGr/ocaml-mccs
License : BSD and LGPLv3+ with exceptions
Description : mccs (which stands for Multi Criteria CUDF Solver) is a CUDF problem
: solver developed at UNS during the European MANCOOSI project.
:
: This project contains a stripped-down version of the mccs solver,
: taken from snapshot 1.1, with a binding as an OCaml library, and
: building with dune.
:
: The binding enables interoperation with binary CUDF data from the
: OCaml CUDF library, and removes the native C++ parsers and printers.