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

Last updated: October 05,2024

1. Install "ocaml-mccs.x86_64" package

This tutorial shows how to install ocaml-mccs.x86_64 on Fedora 34

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

2. Uninstall "ocaml-mccs.x86_64" package

Please follow the guidance below to uninstall ocaml-mccs.x86_64 on Fedora 34:

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

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

Last metadata expiration check: 2:02:23 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : ocaml-mccs
Version : 1.1
Release : 31.11.fc34
Architecture : x86_64
Size : 438 k
Source : ocaml-mccs-1.1-31.11.fc34.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.