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

Last updated: May 19,2024

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

Learn how to install ocaml-ocp-indent.x86_64 on Fedora 34

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

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

Please follow the guidance below to uninstall ocaml-ocp-indent.x86_64 on Fedora 34:

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

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

Last metadata expiration check: 2:05:58 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : ocaml-ocp-indent
Version : 1.8.2
Release : 5.fc34
Architecture : x86_64
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.