How To Install ghc-rpm-nvr-devel on Fedora 36
Introduction
In this tutorial we learn how to install ghc-rpm-nvr-devel
on Fedora 36.
What is ghc-rpm-nvr-devel
This package provides the Haskell rpm-nvr library development files.
We can use yum
or dnf
to install ghc-rpm-nvr-devel
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install ghc-rpm-nvr-devel.
Install ghc-rpm-nvr-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-rpm-nvr-devel
using dnf
by running the following command:
sudo dnf -y install ghc-rpm-nvr-devel
Install ghc-rpm-nvr-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-rpm-nvr-devel
using yum
by running the following command:
sudo yum -y install ghc-rpm-nvr-devel
How To Uninstall ghc-rpm-nvr-devel on Fedora 36
To uninstall only the ghc-rpm-nvr-devel
package we can use the following command:
sudo dnf remove ghc-rpm-nvr-devel
ghc-rpm-nvr-devel Package Contents on Fedora 36
/usr/lib64/ghc-8.10.5/package.conf.d/rpm-nvr-0.1.1.conf
/usr/lib64/ghc-8.10.5/rpm-nvr-0.1.1
/usr/lib64/ghc-8.10.5/rpm-nvr-0.1.1/Data
/usr/lib64/ghc-8.10.5/rpm-nvr-0.1.1/Data/RPM
/usr/lib64/ghc-8.10.5/rpm-nvr-0.1.1/Data/RPM.dyn_hi
/usr/lib64/ghc-8.10.5/rpm-nvr-0.1.1/Data/RPM.hi
/usr/lib64/ghc-8.10.5/rpm-nvr-0.1.1/Data/RPM/NV.dyn_hi
/usr/lib64/ghc-8.10.5/rpm-nvr-0.1.1/Data/RPM/NV.hi
/usr/lib64/ghc-8.10.5/rpm-nvr-0.1.1/Data/RPM/NVR.dyn_hi
/usr/lib64/ghc-8.10.5/rpm-nvr-0.1.1/Data/RPM/NVR.hi
/usr/lib64/ghc-8.10.5/rpm-nvr-0.1.1/Data/RPM/NVRA.dyn_hi
/usr/lib64/ghc-8.10.5/rpm-nvr-0.1.1/Data/RPM/NVRA.hi
/usr/lib64/ghc-8.10.5/rpm-nvr-0.1.1/Data/RPM/VerCmp.dyn_hi
/usr/lib64/ghc-8.10.5/rpm-nvr-0.1.1/Data/RPM/VerCmp.hi
/usr/lib64/ghc-8.10.5/rpm-nvr-0.1.1/Data/RPM/VerRel.dyn_hi
/usr/lib64/ghc-8.10.5/rpm-nvr-0.1.1/Data/RPM/VerRel.hi
/usr/lib64/ghc-8.10.5/rpm-nvr-0.1.1/libHSrpm-nvr-0.1.1-Jcpv3q9m969CnM3EmqnpRC.a
/usr/share/doc/ghc-rpm-nvr-devel
/usr/share/doc/ghc-rpm-nvr-devel/ChangeLog.md
/usr/share/doc/ghc-rpm-nvr-devel/README.md
References
Summary
In this tutorial we learn how to install ghc-rpm-nvr-devel
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).