How to Install and Uninstall ghc-filepattern Package on openSUSE Leap

Last updated: July 03,2024

1. Install "ghc-filepattern" package

Here is a brief guide to show you how to install ghc-filepattern on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install ghc-filepattern

2. Uninstall "ghc-filepattern" package

Learn how to uninstall ghc-filepattern on openSUSE Leap:

$ sudo zypper remove ghc-filepattern

3. Information about the ghc-filepattern package on openSUSE Leap

Information for package ghc-filepattern:
----------------------------------------
Repository : Main Repository
Name : ghc-filepattern
Version : 0.1.2-bp155.2.15
Arch : x86_64
Vendor : openSUSE
Installed Size : 246.9 KiB
Installed : No
Status : not installed
Source package : ghc-filepattern-0.1.2-bp155.2.15.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