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

Last updated: October 04,2024

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

This guide covers the steps necessary to install ocaml-ocp-indent.i686 on Fedora 34

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

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

This tutorial shows how to uninstall ocaml-ocp-indent.i686 on Fedora 34:

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

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

Last metadata expiration check: 0:12:50 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : ocaml-ocp-indent
Version : 1.8.2
Release : 5.fc34
Architecture : i686
Size : 1.7 M
Source : ocaml-ocp-indent-1.8.2-5.fc34.src.rpm
Repository : fedora
Summary : A simple tool to indent OCaml programs
URL : https://github.com/OCamlPro/ocp-indent
License : (LGPLv2 with exceptions) and QPL
Description : Ocp-indent 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 available, with the possibility to set them project-wide.
: Supports most common syntax extensions, and 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.