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

Last updated: May 19,2024

1. Install "ocaml-fmt.x86_64" package

Learn how to install ocaml-fmt.x86_64 on Fedora 34

$ sudo dnf update $ sudo dnf install ocaml-fmt.x86_64

2. Uninstall "ocaml-fmt.x86_64" package

Please follow the step by step instructions below to uninstall ocaml-fmt.x86_64 on Fedora 34:

$ sudo dnf remove ocaml-fmt.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 4:13:45 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : ocaml-fmt
Version : 0.8.9
Release : 2.fc34
Architecture : x86_64
Size : 174 k
Source : ocaml-fmt-0.8.9-2.fc34.src.rpm
Repository : fedora
Summary : OCaml Format pretty-printer combinators
URL : https://erratique.ch/software/fmt
License : ISC
Description : Fmt exposes combinators to devise `Format` pretty-printing functions.
:
: Fmt depends only on the OCaml standard library. The optional Fmt_tty
: library that enables setting up formatters for terminal color output
: depends on the Unix library. The optional Fmt_cli library that provides
: command line support for Fmt depends on Cmdliner.