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

Last updated: November 26,2024

1. Install "ocaml-astring.x86_64" package

Here is a brief guide to show you how to install ocaml-astring.x86_64 on Fedora 35

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

2. Uninstall "ocaml-astring.x86_64" package

In this section, we are going to explain the necessary steps to uninstall ocaml-astring.x86_64 on Fedora 35:

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

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

Last metadata expiration check: 3:24:50 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : ocaml-astring
Version : 0.8.5
Release : 6.fc35
Architecture : x86_64
Size : 254 k
Source : ocaml-astring-0.8.5-6.fc35.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.