How To Install ghc-blaze-markup on Fedora 36
Introduction
In this tutorial we learn how to install ghc-blaze-markup
on Fedora 36.
What is ghc-blaze-markup
Core modules of a blazingly fast markup combinator library for the Haskell programming language. The Text.Blaze module is a good starting point, as well as this tutorial
We can use yum
or dnf
to install ghc-blaze-markup
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install ghc-blaze-markup.
Install ghc-blaze-markup on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install ghc-blaze-markup
using dnf
by running the following command:
sudo dnf -y install ghc-blaze-markup
Install ghc-blaze-markup on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install ghc-blaze-markup
using yum
by running the following command:
sudo yum -y install ghc-blaze-markup
How To Uninstall ghc-blaze-markup on Fedora 36
To uninstall only the ghc-blaze-markup
package we can use the following command:
sudo dnf remove ghc-blaze-markup
ghc-blaze-markup Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/2a
/usr/lib/.build-id/2a/a87b94ea713253689450690ef83f0d9177591f
/usr/lib64/libHSblaze-markup-0.8.2.8-KtsiQXGP0cYCYXtOHllsog-ghc8.10.5.so
/usr/share/licenses/ghc-blaze-markup
/usr/share/licenses/ghc-blaze-markup/LICENSE
References
Summary
In this tutorial we learn how to install ghc-blaze-markup
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).