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

Last updated: May 14,2024

1. Install "ghc-pipes" package

This is a short guide on how to install ghc-pipes on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install ghc-pipes

2. Uninstall "ghc-pipes" package

Please follow the guidance below to uninstall ghc-pipes on openSuSE Tumbleweed:

$ sudo zypper remove ghc-pipes

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

Information for package ghc-pipes:
----------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : ghc-pipes
Version : 4.3.16-2.6
Arch : x86_64
Vendor : openSUSE
Installed Size : 323,1 KiB
Installed : No
Status : not installed
Source package : ghc-pipes-4.3.16-2.6.src
Summary : Compositional pipelines
Description :
`pipes` is a clean and powerful stream processing library that lets you build
and connect reusable streaming components
Advantages over traditional streaming libraries:
* /Concise API/: Use simple commands like 'for', ('>->'), 'await', and 'yield'
* /Blazing fast/: Implementation tuned for speed, including shortcut fusion
* /Lightweight Dependency/: 'pipes' is small and compiles very rapidly,
including dependencies
* /Elegant semantics/: Use practical category theory
* /ListT/: Correct implementation of 'ListT' that interconverts with pipes
* /Bidirectionality/: Implement duplex channels
* /Extensive Documentation/: Second to none!
Import "Pipes" to use the library.
Read "Pipes.Tutorial" for an extensive tutorial.

5. The same packages on other Linux Distributions