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

Last updated: April 23,2024

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

This is a short guide on how to install ocaml-ocp-indent.x86_64 on Fedora 35

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

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

This guide covers the steps necessary to uninstall ocaml-ocp-indent.x86_64 on Fedora 35:

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

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

Last metadata expiration check: 5:13:15 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : ocaml-ocp-indent
Version : 1.8.2
Release : 9.fc35
Architecture : x86_64
Size : 1.3 M
Source : ocaml-ocp-indent-1.8.2-9.fc35.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.