How to Install and Uninstall perl-Net-BGP.noarch Package on Rocky Linux 9

Last updated: May 19,2024

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

Please follow the instructions below to install perl-Net-BGP.noarch on Rocky Linux 9

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

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

Please follow the guidance below to uninstall perl-Net-BGP.noarch on Rocky Linux 9:

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

3. Information about the perl-Net-BGP.noarch package on Rocky Linux 9

Last metadata expiration check: 2:26:00 ago on Fri Feb 16 06:49:52 2024.
Available Packages
Name : perl-Net-BGP
Version : 0.18
Release : 1.el9
Architecture : noarch
Size : 79 k
Source : perl-Net-BGP-0.18-1.el9.src.rpm
Repository : epel
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.