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

Last updated: July 03,2024

1. Install "ocaml-cinaps.x86_64" package

Please follow the step by step instructions below to install ocaml-cinaps.x86_64 on Fedora 34

$ sudo dnf update $ sudo dnf install ocaml-cinaps.x86_64

2. Uninstall "ocaml-cinaps.x86_64" package

Please follow the steps below to uninstall ocaml-cinaps.x86_64 on Fedora 34:

$ sudo dnf remove ocaml-cinaps.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 0:52:57 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : ocaml-cinaps
Version : 0.15.1
Release : 1.fc34
Architecture : x86_64
Size : 496 k
Source : ocaml-cinaps-0.15.1-1.fc34.src.rpm
Repository : fedora
Summary : Trivial Metaprogramming tool using the OCaml toplevel
URL : https://github.com/ocaml-ppx/cinaps
License : MIT
Description : Cinaps is a trivial Metaprogramming tool for OCaml using the OCaml
: toplevel.
:
: It is intended for two purposes:
: - when you want to include a bit of generated code in a file, but writing
: a proper generator/ppx rewriter is not worth it;
: - when you have many repeated blocks of similar code in your program, to
: help writing and maintaining them.
:
: It is not intended as a general preprocessor, and in particular can only
: be used to generate static code that is independent of the system.