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

Last updated: November 27,2024

1. Install "ocaml-re.x86_64" package

Please follow the step by step instructions below to install ocaml-re.x86_64 on Fedora 34

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

2. Uninstall "ocaml-re.x86_64" package

Here is a brief guide to show you how to uninstall ocaml-re.x86_64 on Fedora 34:

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

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

Last metadata expiration check: 4:34:57 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : ocaml-re
Version : 1.9.0
Release : 19.fc34
Architecture : x86_64
Size : 969 k
Source : ocaml-re-1.9.0-19.fc34.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.