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

Last updated: October 07,2024

1. Install "ocaml-re.x86_64" package

In this section, we are going to explain the necessary steps to install ocaml-re.x86_64 on Fedora 35

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

2. Uninstall "ocaml-re.x86_64" package

Learn how to uninstall ocaml-re.x86_64 on Fedora 35:

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

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

Last metadata expiration check: 4:23:26 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : ocaml-re
Version : 1.9.0
Release : 21.fc35
Architecture : x86_64
Size : 967 k
Source : ocaml-re-1.9.0-21.fc35.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.