How to Install and Uninstall ghc-regex-tdfa.x86_64 Package on Oracle Linux 9

Last updated: May 05,2024

1. Install "ghc-regex-tdfa.x86_64" package

In this section, we are going to explain the necessary steps to install ghc-regex-tdfa.x86_64 on Oracle Linux 9

$ sudo dnf update $ sudo dnf install ghc-regex-tdfa.x86_64

2. Uninstall "ghc-regex-tdfa.x86_64" package

Please follow the guidance below to uninstall ghc-regex-tdfa.x86_64 on Oracle Linux 9:

$ sudo dnf remove ghc-regex-tdfa.x86_64 $ sudo dnf autoremove

3. Information about the ghc-regex-tdfa.x86_64 package on Oracle Linux 9

Last metadata expiration check: 0:35:14 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : ghc-regex-tdfa
Version : 1.3.1.2
Release : 1.el9
Architecture : x86_64
Size : 328 k
Source : ghc-regex-tdfa-1.3.1.2-1.el9.src.rpm
Repository : epel
Summary : Pure Haskell Tagged DFA Backend for "Text.Regex" (regex-base)
URL : https://hackage.haskell.org/package/regex-tdfa
License : BSD
Description : This package provides a pure Haskell "Tagged" DFA regex engine for
: . This implementation was
: inspired by the algorithm (and Master's thesis) behind the regular expression
: library known as .
:
: Please consult the "Text.Regex.TDFA" module for API documentation including a
: tutorial with usage examples; see also
: for general information about
: regular expression support in Haskell.