How To Install ghc-ObjectName on Fedora 36
Introduction
In this tutorial we learn how to install ghc-ObjectName
on Fedora 36.
What is ghc-ObjectName
This tiny package contains the class ObjectName, which corresponds to the general notion of explicitly handled identifiers for API objects, e.g. a texture object name in OpenGL or a buffer object name in OpenAL.
We can use yum
or dnf
to install ghc-ObjectName
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install ghc-ObjectName.
Install ghc-ObjectName 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-ObjectName
using dnf
by running the following command:
sudo dnf -y install ghc-ObjectName
Install ghc-ObjectName 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-ObjectName
using yum
by running the following command:
sudo yum -y install ghc-ObjectName
How To Uninstall ghc-ObjectName on Fedora 36
To uninstall only the ghc-ObjectName
package we can use the following command:
sudo dnf remove ghc-ObjectName
ghc-ObjectName Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/bf
/usr/lib/.build-id/bf/cf5d3e8fe93e2081042eac59051d3b0347b031
/usr/lib64/libHSObjectName-1.1.0.1-EKgNKa79iW1AJutQFqiTVZ-ghc8.10.5.so
/usr/share/licenses/ghc-ObjectName
/usr/share/licenses/ghc-ObjectName/LICENSE
References
Summary
In this tutorial we learn how to install ghc-ObjectName
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).