How To Install ghc-bytestring-show-devel on Fedora 36

In this tutorial we learn how to install ghc-bytestring-show-devel in Fedora 36. ghc-bytestring-show-devel is Haskell bytestring-show library development files

Introduction

In this tutorial we learn how to install ghc-bytestring-show-devel on Fedora 36.

What is ghc-bytestring-show-devel

This package provides the Haskell bytestring-show library development files.

We can use yum or dnf to install ghc-bytestring-show-devel on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install ghc-bytestring-show-devel.

Install ghc-bytestring-show-devel 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-bytestring-show-devel using dnf by running the following command:

sudo dnf -y install ghc-bytestring-show-devel

Install ghc-bytestring-show-devel 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-bytestring-show-devel using yum by running the following command:

sudo yum -y install ghc-bytestring-show-devel

How To Uninstall ghc-bytestring-show-devel on Fedora 36

To uninstall only the ghc-bytestring-show-devel package we can use the following command:

sudo dnf remove ghc-bytestring-show-devel

ghc-bytestring-show-devel Package Contents on Fedora 36

/usr/lib64/ghc-8.10.5/bytestring-show-0.3.5.6
/usr/lib64/ghc-8.10.5/bytestring-show-0.3.5.6/Text
/usr/lib64/ghc-8.10.5/bytestring-show-0.3.5.6/Text/Show
/usr/lib64/ghc-8.10.5/bytestring-show-0.3.5.6/Text/Show/ByteString
/usr/lib64/ghc-8.10.5/bytestring-show-0.3.5.6/Text/Show/ByteString.dyn_hi
/usr/lib64/ghc-8.10.5/bytestring-show-0.3.5.6/Text/Show/ByteString.hi
/usr/lib64/ghc-8.10.5/bytestring-show-0.3.5.6/Text/Show/ByteString/Char.dyn_hi
/usr/lib64/ghc-8.10.5/bytestring-show-0.3.5.6/Text/Show/ByteString/Char.hi
/usr/lib64/ghc-8.10.5/bytestring-show-0.3.5.6/Text/Show/ByteString/Float.dyn_hi
/usr/lib64/ghc-8.10.5/bytestring-show-0.3.5.6/Text/Show/ByteString/Float.hi
/usr/lib64/ghc-8.10.5/bytestring-show-0.3.5.6/Text/Show/ByteString/Int.dyn_hi
/usr/lib64/ghc-8.10.5/bytestring-show-0.3.5.6/Text/Show/ByteString/Int.hi
/usr/lib64/ghc-8.10.5/bytestring-show-0.3.5.6/Text/Show/ByteString/Integer.dyn_hi
/usr/lib64/ghc-8.10.5/bytestring-show-0.3.5.6/Text/Show/ByteString/Integer.hi
/usr/lib64/ghc-8.10.5/bytestring-show-0.3.5.6/Text/Show/ByteString/Util.dyn_hi
/usr/lib64/ghc-8.10.5/bytestring-show-0.3.5.6/Text/Show/ByteString/Util.hi
/usr/lib64/ghc-8.10.5/bytestring-show-0.3.5.6/libHSbytestring-show-0.3.5.6-t96CCW3WdN5bGp1trLvxY.a
/usr/lib64/ghc-8.10.5/package.conf.d/bytestring-show-0.3.5.6.conf

References

Summary

In this tutorial we learn how to install ghc-bytestring-show-devel on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).