How to Install and Uninstall ghc-blaze-builder.x86_64 Package on Fedora 36

Last updated: January 12,2025

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

Please follow the steps below to install ghc-blaze-builder.x86_64 on Fedora 36

$ 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 Fedora 36:

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

3. Information about the ghc-blaze-builder.x86_64 package on Fedora 36

Last metadata expiration check: 3:27:03 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : ghc-blaze-builder
Version : 0.4.2.1
Release : 2.fc36
Architecture : x86_64
Size : 39 k
Source : ghc-blaze-builder-0.4.2.1-2.fc36.src.rpm
Repository : fedora
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.