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

Last updated: November 28,2024

1. Install "ocaml-ppx-sexp-conv.i686" package

In this section, we are going to explain the necessary steps to install ocaml-ppx-sexp-conv.i686 on Fedora 38

$ sudo dnf update $ sudo dnf install ocaml-ppx-sexp-conv.i686

2. Uninstall "ocaml-ppx-sexp-conv.i686" package

This guide covers the steps necessary to uninstall ocaml-ppx-sexp-conv.i686 on Fedora 38:

$ sudo dnf remove ocaml-ppx-sexp-conv.i686 $ sudo dnf autoremove

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

Last metadata expiration check: 4:01:53 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : ocaml-ppx-sexp-conv
Version : 0.15.1
Release : 7.fc38
Architecture : i686
Size : 473 k
Source : ocaml-ppx-sexp-conv-0.15.1-7.fc38.src.rpm
Repository : fedora
Summary : Generate S-expression conversion functions from type definitions
URL : https://github.com/janestreet/ppx_sexp_conv
License : MIT
Description : Ppx_sexp_conv is a PPX syntax extension that generates code for
: converting OCaml types to and from s-expressions, as defined in the
: sexplib0 library.