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

Last updated: September 28,2024

1. Install "ocaml-pp.x86_64" package

Please follow the guidance below to install ocaml-pp.x86_64 on Fedora 38

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

2. Uninstall "ocaml-pp.x86_64" package

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

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

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

Last metadata expiration check: 0:45:17 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : ocaml-pp
Version : 1.1.2
Release : 5.fc38
Architecture : x86_64
Size : 52 k
Source : ocaml-pp-1.1.2-5.fc38.src.rpm
Repository : fedora
Summary : Pretty printing library for OCaml
URL : https://github.com/ocaml-dune/pp
License : MIT
Description : This library provides a lean alternative to the Format [1] module of the
: OCaml standard library. It aims to make it easy for users to do the
: right thing. If you have tried Format before but find its API
: complicated and difficult to use, then Pp might be a good choice for
: you.
:
: Pp uses the same concepts of boxes and break hints, and the final
: rendering is done to formatter from the Format module. However it
: defines its own algebra which some might find easier to work with and
: reason about. No previous knowledge is required to start using this
: library, however the various guides for the Format module such as this
: one [2] should be applicable to Pp as well.
:
: [1]: https://caml.inria.fr/pub/docs/manual-ocaml/libref/Format.html
: [2]: https://caml.inria.fr/resources/doc/guides/format.en.html