How To Install iproute-doc on Fedora 36

In this tutorial we learn how to install iproute-doc in Fedora 36. iproute-doc is Documentation for iproute2 utilities with examples

Introduction

In this tutorial we learn how to install iproute-doc on Fedora 36.

What is iproute-doc

The iproute documentation contains howtos and examples of settings.

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

Install 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 iproute-doc using dnf by running the following command:

sudo dnf -y install iproute-doc

Install 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 iproute-doc using yum by running the following command:

sudo yum -y install iproute-doc

How To Uninstall iproute-doc on Fedora 36

To uninstall only the iproute-doc package we can use the following command:

sudo dnf remove iproute-doc

iproute-doc Package Contents on Fedora 36

/usr/share/doc/iproute-doc
/usr/share/doc/iproute-doc/examples
/usr/share/doc/iproute-doc/examples/bpf
/usr/share/doc/iproute-doc/examples/bpf/README
/usr/share/doc/iproute-doc/examples/bpf/bpf_graft.c
/usr/share/doc/iproute-doc/examples/bpf/bpf_map_in_map.c
/usr/share/doc/iproute-doc/examples/bpf/bpf_shared.c
/usr/share/doc/iproute-doc/examples/bpf/legacy
/usr/share/doc/iproute-doc/examples/bpf/legacy/bpf_cyclic.c
/usr/share/doc/iproute-doc/examples/bpf/legacy/bpf_graft.c
/usr/share/doc/iproute-doc/examples/bpf/legacy/bpf_map_in_map.c
/usr/share/doc/iproute-doc/examples/bpf/legacy/bpf_shared.c
/usr/share/doc/iproute-doc/examples/bpf/legacy/bpf_tailcall.c
/usr/share/licenses/iproute-doc
/usr/share/licenses/iproute-doc/COPYING

References

Summary

In this tutorial we learn how to install iproute-doc on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).