How To Install ghc-uuid-devel on Fedora 36
Introduction
In this tutorial we learn how to install ghc-uuid-devel
on Fedora 36.
What is ghc-uuid-devel
This package provides the Haskell uuid library development files.
We can use yum
or dnf
to install ghc-uuid-devel
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install ghc-uuid-devel.
Install ghc-uuid-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-uuid-devel
using dnf
by running the following command:
sudo dnf -y install ghc-uuid-devel
Install ghc-uuid-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-uuid-devel
using yum
by running the following command:
sudo yum -y install ghc-uuid-devel
How To Uninstall ghc-uuid-devel on Fedora 36
To uninstall only the ghc-uuid-devel
package we can use the following command:
sudo dnf remove ghc-uuid-devel
ghc-uuid-devel Package Contents on Fedora 36
/usr/lib64/ghc-8.10.5/package.conf.d/uuid-1.3.15.conf
/usr/lib64/ghc-8.10.5/uuid-1.3.15
/usr/lib64/ghc-8.10.5/uuid-1.3.15/Data
/usr/lib64/ghc-8.10.5/uuid-1.3.15/Data/UUID
/usr/lib64/ghc-8.10.5/uuid-1.3.15/Data/UUID.dyn_hi
/usr/lib64/ghc-8.10.5/uuid-1.3.15/Data/UUID.hi
/usr/lib64/ghc-8.10.5/uuid-1.3.15/Data/UUID/Named.dyn_hi
/usr/lib64/ghc-8.10.5/uuid-1.3.15/Data/UUID/Named.hi
/usr/lib64/ghc-8.10.5/uuid-1.3.15/Data/UUID/Util.dyn_hi
/usr/lib64/ghc-8.10.5/uuid-1.3.15/Data/UUID/Util.hi
/usr/lib64/ghc-8.10.5/uuid-1.3.15/Data/UUID/V1.dyn_hi
/usr/lib64/ghc-8.10.5/uuid-1.3.15/Data/UUID/V1.hi
/usr/lib64/ghc-8.10.5/uuid-1.3.15/Data/UUID/V3.dyn_hi
/usr/lib64/ghc-8.10.5/uuid-1.3.15/Data/UUID/V3.hi
/usr/lib64/ghc-8.10.5/uuid-1.3.15/Data/UUID/V4.dyn_hi
/usr/lib64/ghc-8.10.5/uuid-1.3.15/Data/UUID/V4.hi
/usr/lib64/ghc-8.10.5/uuid-1.3.15/Data/UUID/V5.dyn_hi
/usr/lib64/ghc-8.10.5/uuid-1.3.15/Data/UUID/V5.hi
/usr/lib64/ghc-8.10.5/uuid-1.3.15/Data/Word
/usr/lib64/ghc-8.10.5/uuid-1.3.15/Data/Word/Util.dyn_hi
/usr/lib64/ghc-8.10.5/uuid-1.3.15/Data/Word/Util.hi
/usr/lib64/ghc-8.10.5/uuid-1.3.15/libHSuuid-1.3.15-6kTNQeghI1RBHkOEd9uZ2h.a
/usr/share/doc/ghc-uuid-devel
/usr/share/doc/ghc-uuid-devel/CHANGES.md
References
Summary
In this tutorial we learn how to install ghc-uuid-devel
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).