How to Install and Uninstall ocaml-ppx-sexp-conv.x86_64 Package on Fedora 39

Last updated: September 26,2024

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

This tutorial shows how to install ocaml-ppx-sexp-conv.x86_64 on Fedora 39

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

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

Here is a brief guide to show you how to uninstall ocaml-ppx-sexp-conv.x86_64 on Fedora 39:

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

3. Information about the ocaml-ppx-sexp-conv.x86_64 package on Fedora 39

Last metadata expiration check: 2:27:26 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : ocaml-ppx-sexp-conv
Version : 0.16.0
Release : 3.fc39
Architecture : x86_64
Size : 520 k
Source : ocaml-ppx-sexp-conv-0.16.0-3.fc39.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.