How To Install ghc-iproute-devel on Fedora 36
Introduction
In this tutorial we learn how to install ghc-iproute-devel
on Fedora 36.
What is ghc-iproute-devel
This package provides the Haskell iproute library development files.
We can use yum
or dnf
to install ghc-iproute-devel
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install ghc-iproute-devel.
Install ghc-iproute-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-iproute-devel
using dnf
by running the following command:
sudo dnf -y install ghc-iproute-devel
Install ghc-iproute-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-iproute-devel
using yum
by running the following command:
sudo yum -y install ghc-iproute-devel
How To Uninstall ghc-iproute-devel on Fedora 36
To uninstall only the ghc-iproute-devel
package we can use the following command:
sudo dnf remove ghc-iproute-devel
ghc-iproute-devel Package Contents on Fedora 36
/usr/lib64/ghc-8.10.5/iproute-1.7.11
/usr/lib64/ghc-8.10.5/iproute-1.7.11/Data
/usr/lib64/ghc-8.10.5/iproute-1.7.11/Data/IP
/usr/lib64/ghc-8.10.5/iproute-1.7.11/Data/IP.dyn_hi
/usr/lib64/ghc-8.10.5/iproute-1.7.11/Data/IP.hi
/usr/lib64/ghc-8.10.5/iproute-1.7.11/Data/IP/Addr.dyn_hi
/usr/lib64/ghc-8.10.5/iproute-1.7.11/Data/IP/Addr.hi
/usr/lib64/ghc-8.10.5/iproute-1.7.11/Data/IP/Builder.dyn_hi
/usr/lib64/ghc-8.10.5/iproute-1.7.11/Data/IP/Builder.hi
/usr/lib64/ghc-8.10.5/iproute-1.7.11/Data/IP/Internal.dyn_hi
/usr/lib64/ghc-8.10.5/iproute-1.7.11/Data/IP/Internal.hi
/usr/lib64/ghc-8.10.5/iproute-1.7.11/Data/IP/Mask.dyn_hi
/usr/lib64/ghc-8.10.5/iproute-1.7.11/Data/IP/Mask.hi
/usr/lib64/ghc-8.10.5/iproute-1.7.11/Data/IP/Op.dyn_hi
/usr/lib64/ghc-8.10.5/iproute-1.7.11/Data/IP/Op.hi
/usr/lib64/ghc-8.10.5/iproute-1.7.11/Data/IP/Range.dyn_hi
/usr/lib64/ghc-8.10.5/iproute-1.7.11/Data/IP/Range.hi
/usr/lib64/ghc-8.10.5/iproute-1.7.11/Data/IP/RouteTable
/usr/lib64/ghc-8.10.5/iproute-1.7.11/Data/IP/RouteTable.dyn_hi
/usr/lib64/ghc-8.10.5/iproute-1.7.11/Data/IP/RouteTable.hi
/usr/lib64/ghc-8.10.5/iproute-1.7.11/Data/IP/RouteTable/Internal.dyn_hi
/usr/lib64/ghc-8.10.5/iproute-1.7.11/Data/IP/RouteTable/Internal.hi
/usr/lib64/ghc-8.10.5/iproute-1.7.11/libHSiproute-1.7.11-FktajbvgbFQ2YnCN7upPNr.a
/usr/lib64/ghc-8.10.5/package.conf.d/iproute-1.7.11.conf
References
Summary
In this tutorial we learn how to install ghc-iproute-devel
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).