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

Last updated: September 18,2024

1. Install "ocaml-re.i686" package

Here is a brief guide to show you how to install ocaml-re.i686 on Fedora 35

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

2. Uninstall "ocaml-re.i686" package

Please follow the guidelines below to uninstall ocaml-re.i686 on Fedora 35:

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

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

Last metadata expiration check: 5:29:23 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : ocaml-re
Version : 1.9.0
Release : 21.fc35
Architecture : i686
Size : 962 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.