How to Install and Uninstall ghc-regex-tdfa.x86_64 Package on Fedora 34

Last updated: October 05,2024

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

Learn how to install ghc-regex-tdfa.x86_64 on Fedora 34

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

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

In this section, we are going to explain the necessary steps to uninstall ghc-regex-tdfa.x86_64 on Fedora 34:

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

3. Information about the ghc-regex-tdfa.x86_64 package on Fedora 34

Last metadata expiration check: 3:39:30 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : ghc-regex-tdfa
Version : 1.3.1.0
Release : 4.fc34
Architecture : x86_64
Size : 327 k
Source : ghc-regex-tdfa-1.3.1.0-4.fc34.src.rpm
Repository : fedora
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.