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

Last updated: October 05,2024

1. Install "ocaml-extlib.x86_64" package

Learn how to install ocaml-extlib.x86_64 on Fedora 35

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

2. Uninstall "ocaml-extlib.x86_64" package

This is a short guide on how to uninstall ocaml-extlib.x86_64 on Fedora 35:

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

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

Last metadata expiration check: 0:01:33 ago on Wed Sep 7 14:25:02 2022.
Available Packages
Name : ocaml-extlib
Version : 1.7.8
Release : 5.fc35
Architecture : x86_64
Size : 1.1 M
Source : ocaml-extlib-1.7.8-5.fc35.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.