How to Install and Uninstall ocaml-cinaps.i686 Package on Fedora 34
Last updated: November 25,2024
1. Install "ocaml-cinaps.i686" package
This guide covers the steps necessary to install ocaml-cinaps.i686 on Fedora 34
$
sudo dnf update
Copied
$
sudo dnf install
ocaml-cinaps.i686
Copied
2. Uninstall "ocaml-cinaps.i686" package
In this section, we are going to explain the necessary steps to uninstall ocaml-cinaps.i686 on Fedora 34:
$
sudo dnf remove
ocaml-cinaps.i686
Copied
$
sudo dnf autoremove
Copied
3. Information about the ocaml-cinaps.i686 package on Fedora 34
Last metadata expiration check: 1:48:23 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : ocaml-cinaps
Version : 0.15.1
Release : 1.fc34
Architecture : i686
Size : 502 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.
Available Packages
Name : ocaml-cinaps
Version : 0.15.1
Release : 1.fc34
Architecture : i686
Size : 502 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.