How to Install and Uninstall ocaml-ocp-indent.i686 Package on Fedora 36

Last updated: October 11,2024

1. Install "ocaml-ocp-indent.i686" package

Learn how to install ocaml-ocp-indent.i686 on Fedora 36

$ sudo dnf update $ sudo dnf install ocaml-ocp-indent.i686

2. Uninstall "ocaml-ocp-indent.i686" package

Here is a brief guide to show you how to uninstall ocaml-ocp-indent.i686 on Fedora 36:

$ sudo dnf remove ocaml-ocp-indent.i686 $ sudo dnf autoremove

3. Information about the ocaml-ocp-indent.i686 package on Fedora 36

Last metadata expiration check: 0:43:51 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : ocaml-ocp-indent
Version : 1.8.2
Release : 12.fc36
Architecture : i686
Size : 1.3 M
Source : ocaml-ocp-indent-1.8.2-12.fc36.src.rpm
Repository : fedora
Summary : A simple tool to indent OCaml programs
URL : https://www.typerex.org/ocp-indent.html
License : (LGPLv2 with exceptions) and QPL
Description : Ocp-indent is a simple tool and library to indent OCaml code. It is
: based on an approximate, tolerant OCaml parser and a simple stack
: machine; this is much faster and more reliable than using regexps.
: Presets and configuration options are available, with the possibility to
: set them project-wide. Ocp-indent supports most common syntax
: extensions, and is extensible for others.
:
: Includes:
:
: - An indentor program, callable from the command-line or from within
: editors
: - Bindings for popular editors
: - A library that can be directly used by editor writers, or just for
: fault-tolerant/approximate parsing.