How To Install ghc-hslua-prof on Fedora 36
Introduction
In this tutorial we learn how to install ghc-hslua-prof
on Fedora 36.
What is ghc-hslua-prof
This package provides the Haskell hslua profiling library.
We can use yum
or dnf
to install ghc-hslua-prof
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install ghc-hslua-prof.
Install ghc-hslua-prof 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-hslua-prof
using dnf
by running the following command:
sudo dnf -y install ghc-hslua-prof
Install ghc-hslua-prof 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-hslua-prof
using yum
by running the following command:
sudo yum -y install ghc-hslua-prof
How To Uninstall ghc-hslua-prof on Fedora 36
To uninstall only the ghc-hslua-prof
package we can use the following command:
sudo dnf remove ghc-hslua-prof
ghc-hslua-prof Package Contents on Fedora 36
/usr/lib64/ghc-8.10.5/hslua-1.3.0.1/Foreign/Lua.p_hi
/usr/lib64/ghc-8.10.5/hslua-1.3.0.1/Foreign/Lua/Call.p_hi
/usr/lib64/ghc-8.10.5/hslua-1.3.0.1/Foreign/Lua/Core.p_hi
/usr/lib64/ghc-8.10.5/hslua-1.3.0.1/Foreign/Lua/Core/Auxiliary.p_hi
/usr/lib64/ghc-8.10.5/hslua-1.3.0.1/Foreign/Lua/Core/Constants.p_hi
/usr/lib64/ghc-8.10.5/hslua-1.3.0.1/Foreign/Lua/Core/Error.p_hi
/usr/lib64/ghc-8.10.5/hslua-1.3.0.1/Foreign/Lua/Core/Functions.p_hi
/usr/lib64/ghc-8.10.5/hslua-1.3.0.1/Foreign/Lua/Core/RawBindings.p_hi
/usr/lib64/ghc-8.10.5/hslua-1.3.0.1/Foreign/Lua/Core/Types.p_hi
/usr/lib64/ghc-8.10.5/hslua-1.3.0.1/Foreign/Lua/FunctionCalling.p_hi
/usr/lib64/ghc-8.10.5/hslua-1.3.0.1/Foreign/Lua/Module.p_hi
/usr/lib64/ghc-8.10.5/hslua-1.3.0.1/Foreign/Lua/Peek.p_hi
/usr/lib64/ghc-8.10.5/hslua-1.3.0.1/Foreign/Lua/Push.p_hi
/usr/lib64/ghc-8.10.5/hslua-1.3.0.1/Foreign/Lua/Raw/Auxiliary.p_hi
/usr/lib64/ghc-8.10.5/hslua-1.3.0.1/Foreign/Lua/Raw/Call.p_hi
/usr/lib64/ghc-8.10.5/hslua-1.3.0.1/Foreign/Lua/Raw/Constants.p_hi
/usr/lib64/ghc-8.10.5/hslua-1.3.0.1/Foreign/Lua/Raw/Error.p_hi
/usr/lib64/ghc-8.10.5/hslua-1.3.0.1/Foreign/Lua/Raw/Functions.p_hi
/usr/lib64/ghc-8.10.5/hslua-1.3.0.1/Foreign/Lua/Raw/Types.p_hi
/usr/lib64/ghc-8.10.5/hslua-1.3.0.1/Foreign/Lua/Raw/Userdata.p_hi
/usr/lib64/ghc-8.10.5/hslua-1.3.0.1/Foreign/Lua/Types.p_hi
/usr/lib64/ghc-8.10.5/hslua-1.3.0.1/Foreign/Lua/Types/Peekable.p_hi
/usr/lib64/ghc-8.10.5/hslua-1.3.0.1/Foreign/Lua/Types/Pushable.p_hi
/usr/lib64/ghc-8.10.5/hslua-1.3.0.1/Foreign/Lua/Userdata.p_hi
/usr/lib64/ghc-8.10.5/hslua-1.3.0.1/Foreign/Lua/Utf8.p_hi
/usr/lib64/ghc-8.10.5/hslua-1.3.0.1/Foreign/Lua/Util.p_hi
/usr/lib64/ghc-8.10.5/hslua-1.3.0.1/libHShslua-1.3.0.1-2h8XgTs1El51N6TOfhznN5_p.a
References
Summary
In this tutorial we learn how to install ghc-hslua-prof
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).