How to Install and Uninstall ocaml-extlib.x86_64 Package on Fedora 34

Last updated: November 24,2024

1. Install "ocaml-extlib.x86_64" package

This guide covers the steps necessary to install ocaml-extlib.x86_64 on Fedora 34

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

2. Uninstall "ocaml-extlib.x86_64" package

This guide covers the steps necessary to uninstall ocaml-extlib.x86_64 on Fedora 34:

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

3. Information about the ocaml-extlib.x86_64 package on Fedora 34

Last metadata expiration check: 1:16:52 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : ocaml-extlib
Version : 1.7.8
Release : 3.fc34
Architecture : x86_64
Size : 1.1 M
Source : ocaml-extlib-1.7.8-3.fc34.src.rpm
Repository : fedora
Summary : OCaml ExtLib additions to the standard library
URL : https://github.com/ygrek/ocaml-extlib
License : LGPLv2+ with exceptions
Description : ExtLib is a project aiming at providing a complete - yet small -
: standard library for the OCaml programming language. The purpose of
: this library is to add new functions to OCaml Standard Library
: modules, to modify some functions in order to get better performances
: or more safety (tail-recursive) but also to provide new modules which
: should be useful for the average OCaml programmer.