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

Last updated: July 06,2024

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

Please follow the steps below to install ghc-regex-posix.x86_64 on Fedora 34

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

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

This tutorial shows how to uninstall ghc-regex-posix.x86_64 on Fedora 34:

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

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

Last metadata expiration check: 1:39:50 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : ghc-regex-posix
Version : 0.96.0.0
Release : 4.fc34
Architecture : x86_64
Size : 61 k
Source : ghc-regex-posix-0.96.0.0-4.fc34.src.rpm
Repository : fedora
Summary : POSIX Backend for "Text.Regex" (regex-base)
URL : https://hackage.haskell.org/package/regex-posix
License : BSD
Description : The POSIX regex backend for : regex-base>.
:
: The main appeal of this backend is that it's very lightweight due to its
: reliance on the ubiquitous
: : regex> facility that is provided by the standard C library on most POSIX
: platforms.
:
: See also for more information.