How to Install and Uninstall ghc-filepattern.x86_64 Package on Fedora 35

Last updated: October 06,2024

1. Install "ghc-filepattern.x86_64" package

Please follow the instructions below to install ghc-filepattern.x86_64 on Fedora 35

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

2. Uninstall "ghc-filepattern.x86_64" package

This guide covers the steps necessary to uninstall ghc-filepattern.x86_64 on Fedora 35:

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

3. Information about the ghc-filepattern.x86_64 package on Fedora 35

Last metadata expiration check: 2:26:03 ago on Wed Sep 7 14:25:02 2022.
Available Packages
Name : ghc-filepattern
Version : 0.1.2
Release : 6.fc35
Architecture : x86_64
Size : 55 k
Source : ghc-filepattern-0.1.2-6.fc35.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>.