How To Install quagga-contrib.x86_64 on Amazon Linux 2
In this tutorial we learn how to install quagga-contrib.x86_64 in Amazon Linux 2. quagga-contrib.x86_64 is Contrib tools for quagga
Introduction
In this tutorial we learn how to install quagga-contrib.x86_64 on Amazon Linux 2.
What is quagga-contrib.x86_64
Contributed/3rd party tools which may be of use with quagga.
We can use yum to install quagga-contrib.x86_64 on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install quagga-contrib.x86_64.
Install quagga-contrib.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 quagga-contrib.x86_64 using yum by running the following command:
sudo yum -y install quagga-contrib.x86_64
How To Uninstall quagga-contrib.x86_64 on Amazon Linux 2
To uninstall only the quagga-contrib.x86_64 package we can use the following command:
sudo yum remove quagga-contrib.x86_64
quagga-contrib.x86_64 Package Contents on Amazon Linux 2
/usr/share/doc/quagga-contrib-0.99.22.4
/usr/share/doc/quagga-contrib-0.99.22.4/AUTHORS
/usr/share/doc/quagga-contrib-0.99.22.4/COPYING
/usr/share/doc/quagga-contrib-0.99.22.4/tools
/usr/share/doc/quagga-contrib-0.99.22.4/tools/mrlg.cgi
/usr/share/doc/quagga-contrib-0.99.22.4/tools/multiple-bgpd.sh
/usr/share/doc/quagga-contrib-0.99.22.4/tools/rrcheck.pl
/usr/share/doc/quagga-contrib-0.99.22.4/tools/rrlookup.pl
/usr/share/doc/quagga-contrib-0.99.22.4/tools/zc.pl
/usr/share/doc/quagga-contrib-0.99.22.4/tools/zebra.el
References
Summary
In this tutorial we learn how to install quagga-contrib.x86_64 on Amazon Linux 2 using yum.