How To Install libbgpdump on Fedora 36

In this tutorial we learn how to install libbgpdump in Fedora 36. libbgpdump is C library for analyzing BGP related dump files

Introduction

In this tutorial we learn how to install libbgpdump on Fedora 36.

What is libbgpdump

Libbgpdump is a C library designed to help with analyzing BGP related dump files in Zebra/Quagga or MRT RIB (Multi-Threaded Routing Toolkit Routing Information Base) format, e.g. produced by Zebra/Quagga, BIRD, OpenBGPD or PyRT.

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

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

sudo dnf -y install libbgpdump

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

sudo yum -y install libbgpdump

How To Uninstall libbgpdump on Fedora 36

To uninstall only the libbgpdump package we can use the following command:

sudo dnf remove libbgpdump

libbgpdump Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/21
/usr/lib/.build-id/21/37c7e4ed13b840aae79a93b466ff7cd3778520
/usr/lib64/libbgpdump.so.0
/usr/lib64/libbgpdump.so.0.0.0
/usr/share/doc/libbgpdump
/usr/share/doc/libbgpdump/ChangeLog
/usr/share/doc/libbgpdump/README
/usr/share/licenses/libbgpdump
/usr/share/licenses/libbgpdump/COPYING

References

Summary

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


title: “How To Install libbgpdump on Fedora 36” linkTitle: “libbgpdump” type: “docs” description: “In this tutorial we learn how to install libbgpdump in Fedora 36. libbgpdump is C library for analyzing BGP related dump files” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/libbgpdump-featured.png

Introduction

In this tutorial we learn how to install libbgpdump on Fedora 36.

What is libbgpdump

Libbgpdump is a C library designed to help with analyzing BGP related dump files in Zebra/Quagga or MRT RIB (Multi-Threaded Routing Toolkit Routing Information Base) format, e.g. produced by Zebra/Quagga, BIRD, OpenBGPD or PyRT.

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

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

sudo dnf -y install libbgpdump

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

sudo yum -y install libbgpdump

How To Uninstall libbgpdump on Fedora 36

To uninstall only the libbgpdump package we can use the following command:

sudo dnf remove libbgpdump

libbgpdump Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/02
/usr/lib/.build-id/02/22db5f010aac15d30bba6407d0170339a6ff97
/usr/lib/libbgpdump.so.0
/usr/lib/libbgpdump.so.0.0.0
/usr/share/doc/libbgpdump
/usr/share/doc/libbgpdump/ChangeLog
/usr/share/doc/libbgpdump/README
/usr/share/licenses/libbgpdump
/usr/share/licenses/libbgpdump/COPYING

References

Summary

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