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

Last updated: October 01,2024

1. Install "ocaml-astring.x86_64" package

This is a short guide on how to install ocaml-astring.x86_64 on Fedora 36

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

2. Uninstall "ocaml-astring.x86_64" package

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

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

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

Last metadata expiration check: 3:32:28 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : ocaml-astring
Version : 0.8.5
Release : 9.fc36
Architecture : x86_64
Size : 255 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.