How To Install ghc-ghc-heap-devel on Fedora 36
Introduction
In this tutorial we learn how to install ghc-ghc-heap-devel
on Fedora 36.
What is ghc-ghc-heap-devel
This package provides the Haskell ghc-heap library development files.
We can use yum
or dnf
to install ghc-ghc-heap-devel
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install ghc-ghc-heap-devel.
Install ghc-ghc-heap-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-ghc-heap-devel
using dnf
by running the following command:
sudo dnf -y install ghc-ghc-heap-devel
Install ghc-ghc-heap-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-ghc-heap-devel
using yum
by running the following command:
sudo yum -y install ghc-ghc-heap-devel
How To Uninstall ghc-ghc-heap-devel on Fedora 36
To uninstall only the ghc-ghc-heap-devel
package we can use the following command:
sudo dnf remove ghc-ghc-heap-devel
ghc-ghc-heap-devel Package Contents on Fedora 36
/usr/lib64/ghc-8.10.5/ghc-heap-8.10.5
/usr/lib64/ghc-8.10.5/ghc-heap-8.10.5/GHC
/usr/lib64/ghc-8.10.5/ghc-heap-8.10.5/GHC/Exts
/usr/lib64/ghc-8.10.5/ghc-heap-8.10.5/GHC/Exts/Heap
/usr/lib64/ghc-8.10.5/ghc-heap-8.10.5/GHC/Exts/Heap.dyn_hi
/usr/lib64/ghc-8.10.5/ghc-heap-8.10.5/GHC/Exts/Heap.hi
/usr/lib64/ghc-8.10.5/ghc-heap-8.10.5/GHC/Exts/Heap/ClosureTypes.dyn_hi
/usr/lib64/ghc-8.10.5/ghc-heap-8.10.5/GHC/Exts/Heap/ClosureTypes.hi
/usr/lib64/ghc-8.10.5/ghc-heap-8.10.5/GHC/Exts/Heap/Closures.dyn_hi
/usr/lib64/ghc-8.10.5/ghc-heap-8.10.5/GHC/Exts/Heap/Closures.hi
/usr/lib64/ghc-8.10.5/ghc-heap-8.10.5/GHC/Exts/Heap/Constants.dyn_hi
/usr/lib64/ghc-8.10.5/ghc-heap-8.10.5/GHC/Exts/Heap/Constants.hi
/usr/lib64/ghc-8.10.5/ghc-heap-8.10.5/GHC/Exts/Heap/InfoTable
/usr/lib64/ghc-8.10.5/ghc-heap-8.10.5/GHC/Exts/Heap/InfoTable.dyn_hi
/usr/lib64/ghc-8.10.5/ghc-heap-8.10.5/GHC/Exts/Heap/InfoTable.hi
/usr/lib64/ghc-8.10.5/ghc-heap-8.10.5/GHC/Exts/Heap/InfoTable/Types.dyn_hi
/usr/lib64/ghc-8.10.5/ghc-heap-8.10.5/GHC/Exts/Heap/InfoTable/Types.hi
/usr/lib64/ghc-8.10.5/ghc-heap-8.10.5/GHC/Exts/Heap/InfoTableProf.dyn_hi
/usr/lib64/ghc-8.10.5/ghc-heap-8.10.5/GHC/Exts/Heap/InfoTableProf.hi
/usr/lib64/ghc-8.10.5/ghc-heap-8.10.5/GHC/Exts/Heap/Utils.dyn_hi
/usr/lib64/ghc-8.10.5/ghc-heap-8.10.5/GHC/Exts/Heap/Utils.hi
/usr/lib64/ghc-8.10.5/ghc-heap-8.10.5/HSghc-heap-8.10.5.o
/usr/lib64/ghc-8.10.5/ghc-heap-8.10.5/HSghc-heap-8.10.5.p_o
/usr/lib64/ghc-8.10.5/ghc-heap-8.10.5/libHSghc-heap-8.10.5.a
/usr/lib64/ghc-8.10.5/package.conf.d/ghc-heap-8.10.5.conf
References
Summary
In this tutorial we learn how to install ghc-ghc-heap-devel
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).