How To Install ghc-iproute-doc on Fedora 36
Introduction
In this tutorial we learn how to install ghc-iproute-doc
on Fedora 36.
What is ghc-iproute-doc
This package provides the Haskell iproute library documentation.
We can use yum
or dnf
to install ghc-iproute-doc
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install ghc-iproute-doc.
Install ghc-iproute-doc 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-doc
using dnf
by running the following command:
sudo dnf -y install ghc-iproute-doc
Install ghc-iproute-doc 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-doc
using yum
by running the following command:
sudo yum -y install ghc-iproute-doc
How To Uninstall ghc-iproute-doc on Fedora 36
To uninstall only the ghc-iproute-doc
package we can use the following command:
sudo dnf remove ghc-iproute-doc
ghc-iproute-doc Package Contents on Fedora 36
/usr/share/doc/ghc/html/libraries/iproute-1.7.11
/usr/share/doc/ghc/html/libraries/iproute-1.7.11/Data-IP-Builder.html
/usr/share/doc/ghc/html/libraries/iproute-1.7.11/Data-IP-Internal.html
/usr/share/doc/ghc/html/libraries/iproute-1.7.11/Data-IP-RouteTable-Internal.html
/usr/share/doc/ghc/html/libraries/iproute-1.7.11/Data-IP-RouteTable.html
/usr/share/doc/ghc/html/libraries/iproute-1.7.11/Data-IP.html
/usr/share/doc/ghc/html/libraries/iproute-1.7.11/doc-index.html
/usr/share/doc/ghc/html/libraries/iproute-1.7.11/haddock-bundle.min.js
/usr/share/doc/ghc/html/libraries/iproute-1.7.11/index.html
/usr/share/doc/ghc/html/libraries/iproute-1.7.11/iproute.haddock
/usr/share/doc/ghc/html/libraries/iproute-1.7.11/iproute.txt
/usr/share/doc/ghc/html/libraries/iproute-1.7.11/linuwial.css
/usr/share/doc/ghc/html/libraries/iproute-1.7.11/meta.json
/usr/share/doc/ghc/html/libraries/iproute-1.7.11/quick-jump.css
/usr/share/doc/ghc/html/libraries/iproute-1.7.11/src
/usr/share/doc/ghc/html/libraries/iproute-1.7.11/src/Data.IP.Addr.html
/usr/share/doc/ghc/html/libraries/iproute-1.7.11/src/Data.IP.Builder.html
/usr/share/doc/ghc/html/libraries/iproute-1.7.11/src/Data.IP.Internal.html
/usr/share/doc/ghc/html/libraries/iproute-1.7.11/src/Data.IP.Mask.html
/usr/share/doc/ghc/html/libraries/iproute-1.7.11/src/Data.IP.Op.html
/usr/share/doc/ghc/html/libraries/iproute-1.7.11/src/Data.IP.Range.html
/usr/share/doc/ghc/html/libraries/iproute-1.7.11/src/Data.IP.RouteTable.Internal.html
/usr/share/doc/ghc/html/libraries/iproute-1.7.11/src/Data.IP.RouteTable.html
/usr/share/doc/ghc/html/libraries/iproute-1.7.11/src/Data.IP.html
/usr/share/doc/ghc/html/libraries/iproute-1.7.11/src/highlight.js
/usr/share/doc/ghc/html/libraries/iproute-1.7.11/src/style.css
/usr/share/doc/ghc/html/libraries/iproute-1.7.11/synopsis.png
/usr/share/licenses/ghc-iproute-doc
/usr/share/licenses/ghc-iproute-doc/LICENSE
References
Summary
In this tutorial we learn how to install ghc-iproute-doc
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).