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

Last updated: October 06,2024

1. Install "ghc-filepattern.x86_64" package

This guide covers the steps necessary to install ghc-filepattern.x86_64 on AlmaLinux 9

$ sudo dnf update $ sudo dnf install ghc-filepattern.x86_64

2. Uninstall "ghc-filepattern.x86_64" package

This is a short guide on how to uninstall ghc-filepattern.x86_64 on AlmaLinux 9:

$ sudo dnf remove ghc-filepattern.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 0:43:43 ago on Wed Mar 13 07:41:12 2024.
Available Packages
Name : ghc-filepattern
Version : 0.1.2
Release : 7.el9
Architecture : x86_64
Size : 55 k
Source : ghc-filepattern-0.1.2-7.el9.src.rpm
Repository : epel
Summary : File path glob-like matching
URL : https://hackage.haskell.org/package/filepattern
License : BSD
Description : A library for matching files using patterns such as '"src/**/*.png"' for all
: '.png' files recursively under the 'src' directory. Features:
:
: * All matching is /O(n)/. Most functions precompute some information given only
: one argument.
:
: * See "System.FilePattern" and '?==' simple matching and semantics.
:
: * Use 'match' and 'substitute' to extract suitable strings from the '*' and
: '**' matches, and substitute them back into other patterns.
:
: * Use 'step' and 'matchMany' to perform bulk matching of many patterns against
: many paths simultaneously.
:
: * Use "System.FilePattern.Directory" to perform optimised directory traverals
: using patterns.
:
: Originally taken from the : library>.