How to Install and Uninstall ghc-blaze-builder.x86_64 Package on Red Hat Enterprise Linux 8 (RHEL 8)

Last updated: November 28,2024

1. Install "ghc-blaze-builder.x86_64" package

Please follow the steps below to install ghc-blaze-builder.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8)

$ sudo dnf update $ sudo dnf install ghc-blaze-builder.x86_64

2. Uninstall "ghc-blaze-builder.x86_64" package

Here is a brief guide to show you how to uninstall ghc-blaze-builder.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8):

$ sudo dnf remove ghc-blaze-builder.x86_64 $ sudo dnf autoremove

3. Information about the ghc-blaze-builder.x86_64 package on Red Hat Enterprise Linux 8 (RHEL 8)

Last metadata expiration check: 1:21:15 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : ghc-blaze-builder
Version : 0.4.1.0
Release : 1.el8
Architecture : x86_64
Size : 41 k
Source : ghc-blaze-builder-0.4.1.0-1.el8.src.rpm
Repository : epel
Summary : Efficient buffered output
URL : https://hackage.haskell.org/package/blaze-builder
License : BSD
Description : This library provides an implementation of the older blaze-builder interface in
: terms of the new builder that shipped with bytestring-0.10.4.0
:
: This implementation is mostly intended as a bridge to the new builder, so that
: code that uses the old interface can interoperate with code that uses the new
: implementation. Note that no attempt has been made to preserve the old internal
: modules, so code that has these dependencies cannot use this interface.
:
: New code should, for the most part, use the new interface. However, this module
: does implement a chunked HTTP encoding, which is not otherwise implemented
: (yet?) with the new builder.