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

Last updated: September 29,2024

1. Install "ocaml-cppo.x86_64" package

Please follow the step by step instructions below to install ocaml-cppo.x86_64 on Fedora 34

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

2. Uninstall "ocaml-cppo.x86_64" package

Here is a brief guide to show you how to uninstall ocaml-cppo.x86_64 on Fedora 34:

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

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

Last metadata expiration check: 3:40:35 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : ocaml-cppo
Version : 1.6.6
Release : 11.fc34
Architecture : x86_64
Size : 463 k
Source : ocaml-cppo-1.6.6-11.fc34.src.rpm
Repository : fedora
Summary : Equivalent of the C preprocessor for OCaml programs
URL : http://mjambon.com/cppo.html
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.