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

Last updated: May 19,2024

1. Install "ocaml-fmt.x86_64" package

Please follow the guidance below to install ocaml-fmt.x86_64 on Fedora 35

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

2. Uninstall "ocaml-fmt.x86_64" package

Learn how to uninstall ocaml-fmt.x86_64 on Fedora 35:

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

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

Last metadata expiration check: 3:18:45 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : ocaml-fmt
Version : 0.8.9
Release : 4.fc35
Architecture : x86_64
Size : 172 k
Source : ocaml-fmt-0.8.9-4.fc35.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.