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

Last updated: June 28,2024

1. Install "ocaml-ppxlib.x86_64" package

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

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

2. Uninstall "ocaml-ppxlib.x86_64" package

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

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

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

Last metadata expiration check: 0:15:46 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : ocaml-ppxlib
Epoch : 1
Version : 0.22.0
Release : 1.fc34
Architecture : x86_64
Size : 6.3 M
Source : ocaml-ppxlib-0.22.0-1.fc34.src.rpm
Repository : fedora
Summary : Base library and tools for ppx rewriters
URL : https://github.com/ocaml-ppx/ppxlib
License : MIT
Description : The ppxlib project provides the basis for the ppx system, which is
: currently the officially supported method for meta-programming in Ocaml.
: It offers a principled way to generate code at compile time in OCaml
: projects. It features:
: - an OCaml AST / parser/ pretty-printer snapshot, to create a full
: frontend independent of the version of OCaml;
: - a library for ppx rewriters in general, and type-driven code generators
: in particular;
: - a full-featured driver for OCaml AST transformers;
: - a quotation mechanism for writing values representing OCaml AST in the
: OCaml syntax;
: - a generator of open recursion classes from type definitions.