How to Install and Uninstall ghc-blaze-builder Package on openSuSE Tumbleweed

Last updated: November 26,2024

1. Install "ghc-blaze-builder" package

Please follow the step by step instructions below to install ghc-blaze-builder on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install ghc-blaze-builder

2. Uninstall "ghc-blaze-builder" package

This guide covers the steps necessary to uninstall ghc-blaze-builder on openSuSE Tumbleweed:

$ sudo zypper remove ghc-blaze-builder

3. Information about the ghc-blaze-builder package on openSuSE Tumbleweed

Information for package ghc-blaze-builder:
------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : ghc-blaze-builder
Version : 0.4.2.3-1.5
Arch : x86_64
Vendor : openSUSE
Installed Size : 156.8 KiB
Installed : No
Status : not installed
Source package : ghc-blaze-builder-0.4.2.3-1.5.src
Upstream URL : https://hackage.haskell.org/package/blaze-builder
Summary : Efficient buffered output
Description :
This library allows to efficiently serialize Haskell values to lazy bytestrings
with a large average chunk size. The large average chunk size allows to make
good use of cache prefetching in later processing steps (e.g.
compression) and reduces the system call overhead when writing the resulting
lazy bytestring to a file or sending it over the network.
This library was inspired by the module Data.Binary.Builder provided by the
binary package. It was originally developed with the specific needs of the
blaze-html package in mind. Since then it has been restructured to serve as a
drop-in replacement for Data.Binary.Builder, which it improves upon both in
speed as well as expressivity.

5. The same packages on other Linux Distributions