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

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

Introduction

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

What is ghc-filepath-bytestring-devel

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

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

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

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

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

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

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

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

sudo dnf remove ghc-filepath-bytestring-devel

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

/usr/lib64/ghc-8.10.5/filepath-bytestring-1.4.2.1.7
/usr/lib64/ghc-8.10.5/filepath-bytestring-1.4.2.1.7/System
/usr/lib64/ghc-8.10.5/filepath-bytestring-1.4.2.1.7/System/FilePath
/usr/lib64/ghc-8.10.5/filepath-bytestring-1.4.2.1.7/System/FilePath/ByteString.dyn_hi
/usr/lib64/ghc-8.10.5/filepath-bytestring-1.4.2.1.7/System/FilePath/ByteString.hi
/usr/lib64/ghc-8.10.5/filepath-bytestring-1.4.2.1.7/System/FilePath/Posix
/usr/lib64/ghc-8.10.5/filepath-bytestring-1.4.2.1.7/System/FilePath/Posix/ByteString.dyn_hi
/usr/lib64/ghc-8.10.5/filepath-bytestring-1.4.2.1.7/System/FilePath/Posix/ByteString.hi
/usr/lib64/ghc-8.10.5/filepath-bytestring-1.4.2.1.7/System/FilePath/Windows
/usr/lib64/ghc-8.10.5/filepath-bytestring-1.4.2.1.7/System/FilePath/Windows/ByteString.dyn_hi
/usr/lib64/ghc-8.10.5/filepath-bytestring-1.4.2.1.7/System/FilePath/Windows/ByteString.hi
/usr/lib64/ghc-8.10.5/filepath-bytestring-1.4.2.1.7/libHSfilepath-bytestring-1.4.2.1.7-A7M2IF3eXzY2ycf2EWMRRO.a
/usr/lib64/ghc-8.10.5/package.conf.d/filepath-bytestring-1.4.2.1.7.conf
/usr/share/doc/ghc-filepath-bytestring-devel
/usr/share/doc/ghc-filepath-bytestring-devel/CHANGELOG
/usr/share/doc/ghc-filepath-bytestring-devel/README.md
/usr/share/doc/ghc-filepath-bytestring-devel/TODO

References

Summary

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