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

Last updated: November 13,2024

1. Install "ocaml-ptmap.x86_64" package

This guide let you learn how to install ocaml-ptmap.x86_64 on Oracle Linux 8

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

2. Uninstall "ocaml-ptmap.x86_64" package

This guide let you learn how to uninstall ocaml-ptmap.x86_64 on Oracle Linux 8:

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

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

Last metadata expiration check: 2:38:59 ago on Mon Sep 12 02:51:38 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.