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

Last updated: September 20,2024

1. Install "ocaml-fmt.i686" package

In this section, we are going to explain the necessary steps to install ocaml-fmt.i686 on Fedora 34

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

2. Uninstall "ocaml-fmt.i686" package

Here is a brief guide to show you how to uninstall ocaml-fmt.i686 on Fedora 34:

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

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

Last metadata expiration check: 5:18:21 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : ocaml-fmt
Version : 0.8.9
Release : 2.fc34
Architecture : i686
Size : 173 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.