How To Install iproute-doc.x86_64 on Amazon Linux 2
In this tutorial we learn how to install iproute-doc.x86_64 in Amazon Linux 2. iproute-doc.x86_64 is Documentation for iproute2 utilities with examples
Introduction
In this tutorial we learn how to install iproute-doc.x86_64 on Amazon Linux 2.
What is iproute-doc.x86_64
The iproute documentation contains howtos and examples of settings.
We can use yum to install iproute-doc.x86_64 on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install iproute-doc.x86_64.
Install iproute-doc.x86_64 on Amazon Linux 2 Using yum
Update yum database with yum using the following command.
sudo yum makecache --refresh
After updating yum database, We can install iproute-doc.x86_64 using yum by running the following command:
sudo yum -y install iproute-doc.x86_64
How To Uninstall iproute-doc.x86_64 on Amazon Linux 2
To uninstall only the iproute-doc.x86_64 package we can use the following command:
sudo yum remove iproute-doc.x86_64
iproute-doc.x86_64 Package Contents on Amazon Linux 2
/usr/share/doc/iproute-doc-4.15.0
/usr/share/doc/iproute-doc-4.15.0/examples
/usr/share/doc/iproute-doc-4.15.0/examples/README.cbq
/usr/share/doc/iproute-doc-4.15.0/examples/SYN-DoS.rate.limit
/usr/share/doc/iproute-doc-4.15.0/examples/bpf
/usr/share/doc/iproute-doc-4.15.0/examples/bpf/README
/usr/share/doc/iproute-doc-4.15.0/examples/bpf/bpf_cyclic.c
/usr/share/doc/iproute-doc-4.15.0/examples/bpf/bpf_graft.c
/usr/share/doc/iproute-doc-4.15.0/examples/bpf/bpf_map_in_map.c
/usr/share/doc/iproute-doc-4.15.0/examples/bpf/bpf_shared.c
/usr/share/doc/iproute-doc-4.15.0/examples/bpf/bpf_tailcall.c
/usr/share/doc/iproute-doc-4.15.0/examples/cbq.init-v0.7.3
/usr/share/doc/iproute-doc-4.15.0/examples/cbqinit.eth1
/usr/share/doc/iproute-doc-4.15.0/examples/dhcp-client-script
/usr/share/doc/iproute-doc-4.15.0/examples/diffserv
/usr/share/doc/iproute-doc-4.15.0/examples/diffserv/Edge1
/usr/share/doc/iproute-doc-4.15.0/examples/diffserv/Edge2
/usr/share/doc/iproute-doc-4.15.0/examples/diffserv/Edge31-ca-u32
/usr/share/doc/iproute-doc-4.15.0/examples/diffserv/Edge31-cb-chains
/usr/share/doc/iproute-doc-4.15.0/examples/diffserv/Edge32-ca-u32
/usr/share/doc/iproute-doc-4.15.0/examples/diffserv/Edge32-cb-chains
/usr/share/doc/iproute-doc-4.15.0/examples/diffserv/Edge32-cb-u32
/usr/share/doc/iproute-doc-4.15.0/examples/diffserv/README
/usr/share/doc/iproute-doc-4.15.0/examples/diffserv/afcbq
/usr/share/doc/iproute-doc-4.15.0/examples/diffserv/ef-prio
/usr/share/doc/iproute-doc-4.15.0/examples/diffserv/efcbq
/usr/share/doc/iproute-doc-4.15.0/examples/diffserv/regression-testing
/usr/share/doc/iproute-doc-4.15.0/examples/gaiconf
/usr/share/licenses/iproute-doc-4.15.0
/usr/share/licenses/iproute-doc-4.15.0/COPYING
References
Summary
In this tutorial we learn how to install iproute-doc.x86_64 on Amazon Linux 2 using yum.