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

Last updated: September 22,2024

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

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

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

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

Please follow the instructions below to uninstall ocaml-ppx-deriving.x86_64 on Fedora 34:

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

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

Last metadata expiration check: 5:33:48 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : ocaml-ppx-deriving
Version : 5.2.1
Release : 1.fc34
Architecture : x86_64
Size : 3.9 M
Source : ocaml-ppx-deriving-5.2.1-1.fc34.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.