How to Install and Uninstall ghc-filepattern Package on openSuSE Tumbleweed

Last updated: May 17,2024

1. Install "ghc-filepattern" package

Please follow the instructions below to install ghc-filepattern on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install ghc-filepattern

2. Uninstall "ghc-filepattern" package

This is a short guide on how to uninstall ghc-filepattern on openSuSE Tumbleweed:

$ sudo zypper remove ghc-filepattern

3. Information about the ghc-filepattern package on openSuSE Tumbleweed

Information for package ghc-filepattern:
----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : ghc-filepattern
Version : 0.1.3-2.16
Arch : x86_64
Vendor : openSUSE
Installed Size : 231.3 KiB
Installed : No
Status : not installed
Source package : ghc-filepattern-0.1.3-2.16.src
Upstream URL : https://hackage.haskell.org/package/filepattern
Summary : File path glob-like matching
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>.

5. The same packages on other Linux Distributions