How to Install and Uninstall ghc-filepattern.x86_64 Package on CentOS Stream 9
Last updated: November 29,2024
1. Install "ghc-filepattern.x86_64" package
Please follow the guidance below to install ghc-filepattern.x86_64 on CentOS Stream 9
$
sudo dnf update
Copied
$
sudo dnf install
ghc-filepattern.x86_64
Copied
2. Uninstall "ghc-filepattern.x86_64" package
Please follow the steps below to uninstall ghc-filepattern.x86_64 on CentOS Stream 9:
$
sudo dnf remove
ghc-filepattern.x86_64
Copied
$
sudo dnf autoremove
Copied
3. Information about the ghc-filepattern.x86_64 package on CentOS Stream 9
Last metadata expiration check: 3:10:53 ago on Sat Mar 16 16:03:45 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>.
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