How to Install and Uninstall ghc-filepattern.x86_64 Package on Fedora 36
Last updated: January 14,2025
1. Install "ghc-filepattern.x86_64" package
This guide covers the steps necessary to install ghc-filepattern.x86_64 on Fedora 36
$
sudo dnf update
Copied
$
sudo dnf install
ghc-filepattern.x86_64
Copied
2. Uninstall "ghc-filepattern.x86_64" package
In this section, we are going to explain the necessary steps to uninstall ghc-filepattern.x86_64 on Fedora 36:
$
sudo dnf remove
ghc-filepattern.x86_64
Copied
$
sudo dnf autoremove
Copied
3. Information about the ghc-filepattern.x86_64 package on Fedora 36
Last metadata expiration check: 0:53:33 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : ghc-filepattern
Version : 0.1.2
Release : 7.fc36
Architecture : x86_64
Size : 54 k
Source : ghc-filepattern-0.1.2-7.fc36.src.rpm
Repository : fedora
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.fc36
Architecture : x86_64
Size : 54 k
Source : ghc-filepattern-0.1.2-7.fc36.src.rpm
Repository : fedora
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