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

Last updated: May 20,2024

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

This tutorial shows how to install ocaml-ppx-deriving.i686 on Fedora 38

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

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

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

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

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

Last metadata expiration check: 3:11:34 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : ocaml-ppx-deriving
Version : 5.2.1
Release : 19.fc38
Architecture : i686
Size : 4.1 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.