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

Last updated: June 29,2024

1. Install "ocaml-cinaps.x86_64" package

Please follow the instructions below to install ocaml-cinaps.x86_64 on Fedora 35

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

2. Uninstall "ocaml-cinaps.x86_64" package

Please follow the guidelines below to uninstall ocaml-cinaps.x86_64 on Fedora 35:

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

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

Last metadata expiration check: 2:26:43 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : ocaml-cinaps
Version : 0.15.1
Release : 3.fc35
Architecture : x86_64
Size : 490 k
Source : ocaml-cinaps-0.15.1-3.fc35.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.