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

Last updated: October 04,2024

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

Here is a brief guide to show you how to install ocaml-ppx-deriving.i686 on Fedora 34

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

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

Learn how to uninstall ocaml-ppx-deriving.i686 on Fedora 34:

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

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

Last metadata expiration check: 2:21:24 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : ocaml-ppx-deriving
Version : 5.2.1
Release : 1.fc34
Architecture : i686
Size : 3.7 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.