How To Install ghc-iproute on Fedora 36
Introduction
In this tutorial we learn how to install ghc-iproute
on Fedora 36.
What is ghc-iproute
IP Routing Table is a tree of IP ranges to search one of them on the longest match base. It is a kind of TRIE with one way branching removed. Both IPv4 and IPv6 are supported.
We can use yum
or dnf
to install ghc-iproute
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install ghc-iproute.
Install ghc-iproute 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
using dnf
by running the following command:
sudo dnf -y install ghc-iproute
Install ghc-iproute 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
using yum
by running the following command:
sudo yum -y install ghc-iproute
How To Uninstall ghc-iproute on Fedora 36
To uninstall only the ghc-iproute
package we can use the following command:
sudo dnf remove ghc-iproute
ghc-iproute Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/b2
/usr/lib/.build-id/b2/3cfa71b3e8a8858bd87d76bce940f344a6cbef
/usr/lib64/libHSiproute-1.7.11-FktajbvgbFQ2YnCN7upPNr-ghc8.10.5.so
/usr/share/licenses/ghc-iproute
/usr/share/licenses/ghc-iproute/LICENSE
References
Summary
In this tutorial we learn how to install ghc-iproute
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).