How to Install and Uninstall ocaml-res.x86_64 Package on Fedora 38

Last updated: November 25,2024

1. Install "ocaml-res.x86_64" package

Please follow the guidelines below to install ocaml-res.x86_64 on Fedora 38

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

2. Uninstall "ocaml-res.x86_64" package

Learn how to uninstall ocaml-res.x86_64 on Fedora 38:

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

3. Information about the ocaml-res.x86_64 package on Fedora 38

Last metadata expiration check: 0:41:30 ago on Sun Mar 17 04:59:58 2024.
Available Packages
Name : ocaml-res
Version : 5.0.1
Release : 5.fc38
Architecture : x86_64
Size : 638 k
Source : ocaml-res-5.0.1-5.fc38.src.rpm
Repository : fedora
Summary : OCaml library for resizing arrays and strings
URL : https://mmottl.github.io/res/
License : LGPLv2+ with exceptions
Description : This OCaml-library consists of a set of modules which implement
: automatically resizing (= reallocating) datastructures that consume a
: contiguous part of memory. This allows appending and removing of
: elements to/from arrays (both boxed and unboxed), strings (->
: buffers), bit strings and weak arrays while still maintaining fast
: constant-time access to elements.
:
: There are also functors that allow the generation of similar modules
: which use different reallocation strategies.