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

Last updated: October 07,2024

1. Install "ocaml-res.x86_64" package

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

$ 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 35:

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

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

Last metadata expiration check: 2:59:17 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : ocaml-res
Version : 4.0.7
Release : 35.fc35
Architecture : x86_64
Size : 664 k
Source : ocaml-res-4.0.7-35.fc35.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.