How to Install and Uninstall ocaml-re.x86_64 Package on Fedora 36

Last updated: May 19,2024

1. Install "ocaml-re.x86_64" package

Please follow the instructions below to install ocaml-re.x86_64 on Fedora 36

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

2. Uninstall "ocaml-re.x86_64" package

This is a short guide on how to uninstall ocaml-re.x86_64 on Fedora 36:

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

3. Information about the ocaml-re.x86_64 package on Fedora 36

Last metadata expiration check: 0:34:51 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : ocaml-re
Version : 1.10.3
Release : 4.fc36
Architecture : x86_64
Size : 984 k
Source : ocaml-re-1.10.3-4.fc36.src.rpm
Repository : fedora
Summary : A regular expression library for OCaml
URL : https://github.com/ocaml/ocaml-re
License : LGPLv2 with exceptions
Description : A pure OCaml regular expression library. Supports Perl-style regular
: expressions, Posix extended regular expressions, Emacs-style regular
: expressions, and shell-style file globbing. It is also possible to
: build regular expressions by combining simpler regular expressions.
: There is also a subset of the PCRE interface available in the Re.pcre
: library.