How to Install and Uninstall ocaml-ppx-optcomp.x86_64 Package on Fedora 38

Last updated: October 03,2024

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

Please follow the guidelines below to install ocaml-ppx-optcomp.x86_64 on Fedora 38

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

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

This guide let you learn how to uninstall ocaml-ppx-optcomp.x86_64 on Fedora 38:

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

3. Information about the ocaml-ppx-optcomp.x86_64 package on Fedora 38

Last metadata expiration check: 4:34:43 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : ocaml-ppx-optcomp
Version : 0.15.0
Release : 11.fc38
Architecture : x86_64
Size : 174 k
Source : ocaml-ppx-optcomp-0.15.0-11.fc38.src.rpm
Repository : fedora
Summary : Optional compilation for OCaml
URL : https://github.com/janestreet/ppx_optcomp
License : MIT
Description : Ppx_optcomp provides optional compilation for OCaml. It is a tool used
: to handle optional compilations of pieces of code depending of the word
: size, the version of the compiler, etc. The syntax is based on OCaml
: item extension nodes, with keywords similar to cpp.