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

Last updated: November 29,2024

1. Install "ocaml-mccs.x86_64" package

This guide covers the steps necessary to install ocaml-mccs.x86_64 on Fedora 39

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

2. Uninstall "ocaml-mccs.x86_64" package

This guide covers the steps necessary to uninstall ocaml-mccs.x86_64 on Fedora 39:

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

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

Last metadata expiration check: 0:35:43 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : ocaml-mccs
Version : 1.1
Release : 42.16.fc39
Architecture : x86_64
Size : 118 k
Source : ocaml-mccs-1.1-42.16.fc39.src.rpm
Repository : fedora
Summary : Multi Criteria CUDF Solver with OCaml bindings
URL : https://github.com/AltGr/ocaml-mccs
License : BSD-3-Clause AND LGPL-3.0-or-later WITH OCaml-LGPL-linking-exception
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.