How to Install and Uninstall ocaml-ppx-optcomp.i686 Package on Fedora 36

Last updated: October 09,2024

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

Please follow the guidelines below to install ocaml-ppx-optcomp.i686 on Fedora 36

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

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

Please follow the step by step instructions below to uninstall ocaml-ppx-optcomp.i686 on Fedora 36:

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

3. Information about the ocaml-ppx-optcomp.i686 package on Fedora 36

Last metadata expiration check: 3:35:50 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : ocaml-ppx-optcomp
Version : 0.15.0
Release : 5.fc36
Architecture : i686
Size : 176 k
Source : ocaml-ppx-optcomp-0.15.0-5.fc36.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.