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

Last updated: June 26,2024

1. Install "ocaml-re.i686" package

This guide let you learn how to install ocaml-re.i686 on Fedora 34

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

2. Uninstall "ocaml-re.i686" package

Please follow the step by step instructions below to uninstall ocaml-re.i686 on Fedora 34:

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

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

Last metadata expiration check: 2:27:32 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : ocaml-re
Version : 1.9.0
Release : 19.fc34
Architecture : i686
Size : 967 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.