How to Install and Uninstall libpod-parser-perl Package on Kali Linux

Last updated: May 07,2024

1. Install "libpod-parser-perl" package

This is a short guide on how to install libpod-parser-perl on Kali Linux

$ sudo apt update $ sudo apt install libpod-parser-perl

2. Uninstall "libpod-parser-perl" package

Learn how to uninstall libpod-parser-perl on Kali Linux:

$ sudo apt remove libpod-parser-perl $ sudo apt autoclean && sudo apt autoremove

3. Information about the libpod-parser-perl package on Kali Linux

Package: libpod-parser-perl
Version: 1.67-1
Installed-Size: 252
Maintainer: Debian Perl Group
Architecture: all
Depends: perl:any
Size: 94140
SHA256: 68524fa49fb067eb025de7e189a13b44798f7ef0576d75a368efaa7e5835fecc
SHA1: 95261224b333d49a93bfa140e695f850f20b98b2
MD5sum: 20a1fe423136fed326787c81207d261a
Description: modules for parsing/translating POD format documents
This package contains the following mdoules for using Perl5 "pod" (Plain Old
Documentation).
.
"Pod::Parser", which provides a base class for parsing and selecting sections
of POD documentation from an input stream.
.
"Pod::Select", which provides a subclass of Pod::Parser and an exported
function named "podselect()" to dump selected sections of raw pod
documentation from an input stream.
.
"Pod::PlainText", which is a replacement for "Pod::Text" and the
corresponding "pod2text()" function. It is derived from the Pod::Parser
class. As of perl 5.00_58, Pod::PlainText has been re-written by Russ
Allbery, and has been renamed to Pod::Text in the core Perl distribution
(replacing the previous implementation of Pod::Text). The Pod::PlainText
module is still provided with Pod::Parser solely for backward
compatibility.
.
"Pod::InputObjects": Some input objects needed by Pod::Parser, and for
advanced users of Pod::Parser that need more about a command besides its name
and text.
.
"Pod::ParseUtils", a module with several object-oriented helpers for POD
parsing and processing. Probably the most important is Pod::Hyperlink for
parsing and expanding POD hyperlinks L<...>.
.
This distribution is considered to be legacy - it has been superseded by
Pod::Simple which brings more robustness, unicode and various other benefits.
It has been removed from perl core after 5.31.0, and is packaged only for
backward compatibility.
Description-md5:
Homepage: https://metacpan.org/release/Pod-Parser
Section: perl
Priority: optional
Filename: pool/main/libp/libpod-parser-perl/libpod-parser-perl_1.67-1_all.deb