How To Install ghc-bytestring-show on Fedora 36
Introduction
In this tutorial we learn how to install ghc-bytestring-show
on Fedora 36.
What is ghc-bytestring-show
Efficient conversion of values into readable byte strings.
We can use yum
or dnf
to install ghc-bytestring-show
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install ghc-bytestring-show.
Install ghc-bytestring-show 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
using dnf
by running the following command:
sudo dnf -y install ghc-bytestring-show
Install ghc-bytestring-show 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
using yum
by running the following command:
sudo yum -y install ghc-bytestring-show
How To Uninstall ghc-bytestring-show on Fedora 36
To uninstall only the ghc-bytestring-show
package we can use the following command:
sudo dnf remove ghc-bytestring-show
ghc-bytestring-show Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/2f
/usr/lib/.build-id/2f/d43851dc4d2e2105cb32ac8f61951db513f900
/usr/lib64/libHSbytestring-show-0.3.5.6-t96CCW3WdN5bGp1trLvxY-ghc8.10.5.so
/usr/share/licenses/ghc-bytestring-show
/usr/share/licenses/ghc-bytestring-show/LICENSE
References
Summary
In this tutorial we learn how to install ghc-bytestring-show
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).