How to Install and Uninstall ocaml-astring.i686 Package on Fedora 36

Last updated: October 07,2024

1. Install "ocaml-astring.i686" package

Please follow the steps below to install ocaml-astring.i686 on Fedora 36

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

2. Uninstall "ocaml-astring.i686" package

This tutorial shows how to uninstall ocaml-astring.i686 on Fedora 36:

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

3. Information about the ocaml-astring.i686 package on Fedora 36

Last metadata expiration check: 1:51:29 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : ocaml-astring
Version : 0.8.5
Release : 9.fc36
Architecture : i686
Size : 250 k
Source : ocaml-astring-0.8.5-9.fc36.src.rpm
Repository : fedora
Summary : Alternative String module for OCaml
URL : https://erratique.ch/software/astring
License : ISC
Description : Astring exposes an alternative `String` module for OCaml. This module
: tries to balance minimality and expressiveness for basic, index-free,
: string processing and provides types and functions for substrings,
: string sets and string maps.
:
: Remaining compatible with the OCaml `String` module is a non-goal. The
: `String` module exposed by Astring has exception safe functions,
: removes deprecated and rarely used functions, alters some signatures
: and names, adds a few missing functions and fully exploits OCaml's
: newfound string immutability.