How To Install ghc-rpmbuild-order-devel on Fedora 36

In this tutorial we learn how to install ghc-rpmbuild-order-devel in Fedora 36. ghc-rpmbuild-order-devel is Haskell rpmbuild-order library development files

Introduction

In this tutorial we learn how to install ghc-rpmbuild-order-devel on Fedora 36.

What is ghc-rpmbuild-order-devel

This package provides the Haskell rpmbuild-order library development files.

We can use yum or dnf to install ghc-rpmbuild-order-devel on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install ghc-rpmbuild-order-devel.

Install ghc-rpmbuild-order-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-rpmbuild-order-devel using dnf by running the following command:

sudo dnf -y install ghc-rpmbuild-order-devel

Install ghc-rpmbuild-order-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-rpmbuild-order-devel using yum by running the following command:

sudo yum -y install ghc-rpmbuild-order-devel

How To Uninstall ghc-rpmbuild-order-devel on Fedora 36

To uninstall only the ghc-rpmbuild-order-devel package we can use the following command:

sudo dnf remove ghc-rpmbuild-order-devel

ghc-rpmbuild-order-devel Package Contents on Fedora 36

/usr/lib64/ghc-8.10.5/package.conf.d/rpmbuild-order-0.4.5.conf
/usr/lib64/ghc-8.10.5/rpmbuild-order-0.4.5
/usr/lib64/ghc-8.10.5/rpmbuild-order-0.4.5/Distribution
/usr/lib64/ghc-8.10.5/rpmbuild-order-0.4.5/Distribution/RPM
/usr/lib64/ghc-8.10.5/rpmbuild-order-0.4.5/Distribution/RPM/Build
/usr/lib64/ghc-8.10.5/rpmbuild-order-0.4.5/Distribution/RPM/Build/Graph.dyn_hi
/usr/lib64/ghc-8.10.5/rpmbuild-order-0.4.5/Distribution/RPM/Build/Graph.hi
/usr/lib64/ghc-8.10.5/rpmbuild-order-0.4.5/Distribution/RPM/Build/Order.dyn_hi
/usr/lib64/ghc-8.10.5/rpmbuild-order-0.4.5/Distribution/RPM/Build/Order.hi
/usr/lib64/ghc-8.10.5/rpmbuild-order-0.4.5/libHSrpmbuild-order-0.4.5-2ElcpP5iW815u0qGGznkmT.a
/usr/share/doc/ghc-rpmbuild-order-devel
/usr/share/doc/ghc-rpmbuild-order-devel/ChangeLog.md
/usr/share/doc/ghc-rpmbuild-order-devel/README.md
/usr/share/doc/ghc-rpmbuild-order-devel/TODO

References

Summary

In this tutorial we learn how to install ghc-rpmbuild-order-devel on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).