How to Install and Uninstall perl-Net-BGP.noarch Package on Fedora 35

Last updated: October 07,2024

1. Install "perl-Net-BGP.noarch" package

Here is a brief guide to show you how to install perl-Net-BGP.noarch on Fedora 35

$ sudo dnf update $ sudo dnf install perl-Net-BGP.noarch

2. Uninstall "perl-Net-BGP.noarch" package

This guide let you learn how to uninstall perl-Net-BGP.noarch on Fedora 35:

$ sudo dnf remove perl-Net-BGP.noarch $ sudo dnf autoremove

3. Information about the perl-Net-BGP.noarch package on Fedora 35

Last metadata expiration check: 2:48:05 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : perl-Net-BGP
Version : 0.18
Release : 1.fc35
Architecture : noarch
Size : 79 k
Source : perl-Net-BGP-0.18-1.fc35.src.rpm
Repository : updates
Summary : Perl module for object-oriented API to the BGP protocol
URL : https://metacpan.org/release/Net-BGP
License : GPL+ or Artistic
Description : An implementation of the BGP-4 inter-domain routing protocol as Perl module.
: It encapsulates all of the functionality needed to establish and maintain a
: BGP peering session and exchange routing update information with the peer.
: It aims to provide a simple API to the BGP protocol for the purposes of
: automation, logging, monitoring, testing, and similar tasks using the power
: and flexibility of Perl. The module does not implement the functionality of
: a RIB (Routing Information Base) nor does it modify the kernel routing table
: of the host system. However, such operations could be implemented using the
: API provided by the module.