How To Install ghc-bitarray on Fedora 36
Introduction
In this tutorial we learn how to install ghc-bitarray
on Fedora 36.
What is ghc-bitarray
Mutable and immutable bit arrays.
We can use yum
or dnf
to install ghc-bitarray
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install ghc-bitarray.
Install ghc-bitarray 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-bitarray
using dnf
by running the following command:
sudo dnf -y install ghc-bitarray
Install ghc-bitarray 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-bitarray
using yum
by running the following command:
sudo yum -y install ghc-bitarray
How To Uninstall ghc-bitarray on Fedora 36
To uninstall only the ghc-bitarray
package we can use the following command:
sudo dnf remove ghc-bitarray
ghc-bitarray Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/af
/usr/lib/.build-id/af/52473a527fb25747549f1ff5e0c4a1574dd48b
/usr/lib64/libHSbitarray-0.0.1.1-19nQ9wZQSem5Ccq8Oj09Qf-ghc8.10.5.so
/usr/share/licenses/ghc-bitarray
/usr/share/licenses/ghc-bitarray/LICENSE
References
Summary
In this tutorial we learn how to install ghc-bitarray
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).