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

Last updated: July 08,2024

1. Install "ocaml-res.x86_64" package

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

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

2. Uninstall "ocaml-res.x86_64" package

Please follow the guidance below to uninstall ocaml-res.x86_64 on Fedora 34:

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

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

Last metadata expiration check: 2:12:27 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : ocaml-res
Version : 4.0.7
Release : 33.fc34
Architecture : x86_64
Size : 675 k
Source : ocaml-res-4.0.7-33.fc34.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.