How to Install and Uninstall ocaml-ptmap.x86_64 Package on Rocky Linux 8

Last updated: July 02,2024

1. Install "ocaml-ptmap.x86_64" package

Please follow the instructions below to install ocaml-ptmap.x86_64 on Rocky Linux 8

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

2. Uninstall "ocaml-ptmap.x86_64" package

Please follow the guidance below to uninstall ocaml-ptmap.x86_64 on Rocky Linux 8:

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

3. Information about the ocaml-ptmap.x86_64 package on Rocky Linux 8

Last metadata expiration check: 0:15:43 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : ocaml-ptmap
Version : 2.0.4
Release : 4.el8
Architecture : x86_64
Size : 84 k
Source : ocaml-ptmap-2.0.4-4.el8.src.rpm
Repository : epel
Summary : Maps over integers implemented as Patricia trees
URL : https://github.com/backtracking/ptmap
License : LGPLv2+ with exceptions
Description : OCaml implementation of an efficient maps over integers,
: from a paper by Chris Okasaki.