How to Install and Uninstall ghc-regex-posix.x86_64 Package on AlmaLinux 9

Last updated: October 05,2024

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

This is a short guide on how to install ghc-regex-posix.x86_64 on AlmaLinux 9

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

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

This guide let you learn how to uninstall ghc-regex-posix.x86_64 on AlmaLinux 9:

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

3. Information about the ghc-regex-posix.x86_64 package on AlmaLinux 9

Last metadata expiration check: 2:25:21 ago on Wed Mar 13 07:41:12 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.