How to Install and Uninstall ghc-regex-posix.x86_64 Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: October 08,2024

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

Please follow the instructions below to install ghc-regex-posix.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9)

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

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

Please follow the guidance below to uninstall ghc-regex-posix.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9):

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

3. Information about the ghc-regex-posix.x86_64 package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 1:57:14 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : ghc-regex-posix
Version : 0.96.0.1
Release : 2.el9
Architecture : x86_64
Size : 53 k
Source : ghc-regex-posix-0.96.0.1-2.el9.src.rpm
Repository : epel
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.