How to Install and Uninstall perl-Net-Pcap Package on openSuSE Tumbleweed

Last updated: June 30,2024

1. Install "perl-Net-Pcap" package

This guide let you learn how to install perl-Net-Pcap on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install perl-Net-Pcap

2. Uninstall "perl-Net-Pcap" package

Please follow the step by step instructions below to uninstall perl-Net-Pcap on openSuSE Tumbleweed:

$ sudo zypper remove perl-Net-Pcap

3. Information about the perl-Net-Pcap package on openSuSE Tumbleweed

Information for package perl-Net-Pcap:
--------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-Net-Pcap
Version : 0.21-1.5
Arch : x86_64
Vendor : openSUSE
Installed Size : 139.0 KiB
Installed : No
Status : not installed
Source package : perl-Net-Pcap-0.21-1.5.src
Upstream URL : https://metacpan.org/release/Net-Pcap
Summary : Interface to the pcap(3) LBL packet capture library
Description :
'Net::Pcap' is a Perl binding to the LBL pcap(3) library and its Win32
counterpart, the WinPcap library. Pcap (packet capture) is a portable API
to capture network packet: it allows applications to capture packets at
link-layer, bypassing the normal protocol stack. It also provides features
like kernel-level packet filtering and access to internal statistics.
Common applications include network statistics collection, security
monitoring, network debugging, etc.