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

Last updated: October 11,2024

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

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

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

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

This is a short guide on how to uninstall ocaml-ppx-deriving.x86_64 on Fedora 38:

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

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

Last metadata expiration check: 2:33:04 ago on Sun Mar 17 04:59:58 2024.
Available Packages
Name : ocaml-ppx-deriving
Version : 5.2.1
Release : 19.fc38
Architecture : x86_64
Size : 4.4 M
Source : ocaml-ppx-deriving-5.2.1-19.fc38.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.