How To Install bgpq3 on Fedora 36
Introduction
In this tutorial we learn how to install bgpq3
on Fedora 36.
What is bgpq3
You are running BGP in your network and want to automate filter generation for your routers? Well, with BGPQ3 it’s easy.
We can use yum
or dnf
to install bgpq3
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install bgpq3.
Install bgpq3 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 bgpq3
using dnf
by running the following command:
sudo dnf -y install bgpq3
Install bgpq3 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 bgpq3
using yum
by running the following command:
sudo yum -y install bgpq3
How To Uninstall bgpq3 on Fedora 36
To uninstall only the bgpq3
package we can use the following command:
sudo dnf remove bgpq3
bgpq3 Package Contents on Fedora 36
/usr/bin/bgpq3
/usr/lib/.build-id
/usr/lib/.build-id/f5
/usr/lib/.build-id/f5/1ac8543881241061c34090abdec7200e59a801
/usr/share/doc/bgpq3
/usr/share/doc/bgpq3/CHANGES
/usr/share/licenses/bgpq3
/usr/share/licenses/bgpq3/COPYRIGHT
/usr/share/man/man8/bgpq3.8.gz
References
Summary
In this tutorial we learn how to install bgpq3
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).