How to Install and Uninstall ghc-stringbuilder.x86_64 Package on Fedora 34

Last updated: October 05,2024

1. Install "ghc-stringbuilder.x86_64" package

Here is a brief guide to show you how to install ghc-stringbuilder.x86_64 on Fedora 34

$ sudo dnf update $ sudo dnf install ghc-stringbuilder.x86_64

2. Uninstall "ghc-stringbuilder.x86_64" package

Please follow the guidance below to uninstall ghc-stringbuilder.x86_64 on Fedora 34:

$ sudo dnf remove ghc-stringbuilder.x86_64 $ sudo dnf autoremove

3. Information about the ghc-stringbuilder.x86_64 package on Fedora 34

Last metadata expiration check: 4:30:49 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : ghc-stringbuilder
Version : 0.5.1
Release : 13.fc34
Architecture : x86_64
Size : 15 k
Source : ghc-stringbuilder-0.5.1-13.fc34.src.rpm
Repository : fedora
Summary : A writer monad for multi-line string literals
URL : https://hackage.haskell.org/package/stringbuilder
License : MIT
Description : A string builder can be used to construct multi-line string literals in a
: monadic way. This is primarily meant for test suites that use a lot of
: multi-line string literals, and when it really matters that the syntax is as
: easy on the eyes as it can get.