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

Last updated: January 10,2025

1. Install "ocaml-astring.x86_64" package

Please follow the guidance below to install ocaml-astring.x86_64 on Fedora 39

$ 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 39:

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

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

Last metadata expiration check: 5:06:40 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : ocaml-astring
Version : 0.8.5
Release : 16.fc39
Architecture : x86_64
Size : 269 k
Source : ocaml-astring-0.8.5-16.fc39.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.