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

Last updated: October 06,2024

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

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

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

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

Please follow the instructions below to uninstall ocaml-ppx-optcomp.x86_64 on Fedora 34:

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

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

Last metadata expiration check: 5:29:12 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : ocaml-ppx-optcomp
Version : 0.14.1
Release : 1.fc34
Architecture : x86_64
Size : 172 k
Source : ocaml-ppx-optcomp-0.14.1-1.fc34.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.