How to Install and Uninstall quagga.x86_64 Package on Amazon Linux 2

Last updated: November 27,2024

1. Install "quagga.x86_64" package

This guide covers the steps necessary to install quagga.x86_64 on Amazon Linux 2

$ sudo yum makecache $ sudo yum install quagga.x86_64

2. Uninstall "quagga.x86_64" package

Learn how to uninstall quagga.x86_64 on Amazon Linux 2:

$ sudo yum remove quagga.x86_64 $ sudo yum autoremove

3. Information about the quagga.x86_64 package on Amazon Linux 2

Loaded plugins: ovl, priorities
Available Packages
Name : quagga
Arch : x86_64
Version : 0.99.22.4
Release : 5.amzn2
Size : 1.2 M
Repo : amzn2-core/2/x86_64
Summary : Routing daemon
URL : http://www.quagga.net
License : GPLv2+
Description : Quagga is free software that operates TCP/IP-based routing
: protocols. It takes a multi-server and multi-threaded approach to
: resolving the current complexity of the Internet.
:
: Quagga supports Babel, BGP4, BGP4+, BGP4-, IS-IS (experimental),
: OSPFv2, OSPFv3, RIPv1, RIPv2, and RIPng.
:
: Quagga is intended to be used as a Route Server and a Route
: Reflector. It is not a toolkit; it provides full routing power
: under a new architecture. Quagga by design has a process for each
: protocol.
:
: Quagga is a fork of GNU Zebra.