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

Last updated: October 07,2024

1. Install "ocaml-ppx-deriving.x86_64" package

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

$ sudo dnf update $ sudo dnf install ocaml-ppx-deriving.x86_64

2. Uninstall "ocaml-ppx-deriving.x86_64" package

This guide covers the steps necessary to uninstall ocaml-ppx-deriving.x86_64 on Fedora 36:

$ sudo dnf remove ocaml-ppx-deriving.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 3:25:40 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : ocaml-ppx-deriving
Version : 5.2.1
Release : 13.fc36
Architecture : x86_64
Size : 4.2 M
Source : ocaml-ppx-deriving-5.2.1-13.fc36.src.rpm
Repository : fedora
Summary : Type-driven code generation for OCaml
URL : https://github.com/ocaml-ppx/ppx_deriving
License : MIT
Description : Deriving is a library simplifying type-driven code generation on OCaml.
: It includes a set of useful plugins: show, eq, ord (eq), enum, iter,
: map (iter), fold (iter), make, yojson, and protobuf.