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

Last updated: January 10,2025

1. Install "ghc-shakespeare.x86_64" package

In this section, we are going to explain the necessary steps to install ghc-shakespeare.x86_64 on Fedora 36

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

2. Uninstall "ghc-shakespeare.x86_64" package

Please follow the guidelines below to uninstall ghc-shakespeare.x86_64 on Fedora 36:

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

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

Last metadata expiration check: 4:19:40 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : ghc-shakespeare
Version : 2.0.25
Release : 2.fc36
Architecture : x86_64
Size : 410 k
Source : ghc-shakespeare-2.0.25-2.fc36.src.rpm
Repository : fedora
Summary : A toolkit for making compile-time interpolated templates
URL : https://hackage.haskell.org/package/shakespeare
License : MIT
Description : Shakespeare is a family of type-safe, efficient template languages.
: Shakespeare templates are expanded at compile-time, ensuring that all
: interpolated variables are in scope. Variables are interpolated according to
: their type through a typeclass.
:
: Shakespeare templates can be used inline with a quasi-quoter
: or in an external file.
:
: See the documentation at
: for more details.