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

Last updated: January 11,2025

1. Install "ocaml-cppo.x86_64" package

This guide let you learn how to install ocaml-cppo.x86_64 on Fedora 36

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

2. Uninstall "ocaml-cppo.x86_64" package

This tutorial shows how to uninstall ocaml-cppo.x86_64 on Fedora 36:

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

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

Last metadata expiration check: 5:11:17 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : ocaml-cppo
Version : 1.6.8
Release : 3.fc36
Architecture : x86_64
Size : 475 k
Source : ocaml-cppo-1.6.8-3.fc36.src.rpm
Repository : fedora
Summary : Equivalent of the C preprocessor for OCaml programs
URL : https://ocaml-community.github.io/cppo/
License : BSD
Description : Cppo is an equivalent of the C preprocessor targeted at the OCaml
: language and its variants.
:
: The main purpose of cppo is to provide a lightweight tool for simple
: macro substitution (#define) and file inclusion (#include) for the
: occasional case when this is useful in OCaml. Processing specific
: sections of files by calling external programs is also possible via
: #ext directives.
:
: The implementation of cppo relies on the standard library of OCaml and
: on the standard parsing tools Ocamllex and Ocamlyacc, which contribute
: to the robustness of cppo across OCaml versions.