How To Install ghc-bytestring-nums on Fedora 36
Introduction
In this tutorial we learn how to install ghc-bytestring-nums
on Fedora 36.
What is ghc-bytestring-nums
Parse numeric literals from ByteStrings.
We can use yum
or dnf
to install ghc-bytestring-nums
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install ghc-bytestring-nums.
Install ghc-bytestring-nums 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-nums
using dnf
by running the following command:
sudo dnf -y install ghc-bytestring-nums
Install ghc-bytestring-nums 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-nums
using yum
by running the following command:
sudo yum -y install ghc-bytestring-nums
How To Uninstall ghc-bytestring-nums on Fedora 36
To uninstall only the ghc-bytestring-nums
package we can use the following command:
sudo dnf remove ghc-bytestring-nums
ghc-bytestring-nums Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/f0
/usr/lib/.build-id/f0/471397385aa041f2856f3ac43eac284cbfa6a5
/usr/lib64/libHSbytestring-nums-0.3.6-JVIKMPsa3GaJAEJ7OVeH2B-ghc8.10.5.so
/usr/share/licenses/ghc-bytestring-nums
/usr/share/licenses/ghc-bytestring-nums/LICENSE
References
Summary
In this tutorial we learn how to install ghc-bytestring-nums
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).