How to Install and Uninstall libyaml-pp-perl Package on Kali Linux

Last updated: May 18,2024

1. Install "libyaml-pp-perl" package

This tutorial shows how to install libyaml-pp-perl on Kali Linux

$ sudo apt update $ sudo apt install libyaml-pp-perl

2. Uninstall "libyaml-pp-perl" package

This guide covers the steps necessary to uninstall libyaml-pp-perl on Kali Linux:

$ sudo apt remove libyaml-pp-perl $ sudo apt autoclean && sudo apt autoremove

3. Information about the libyaml-pp-perl package on Kali Linux

Package: libyaml-pp-perl
Version: 0.38.0-1
Installed-Size: 474
Maintainer: Debian Perl Group
Architecture: all
Depends: perl:any, libencode-perl, libscalar-list-utils-perl
Recommends: libtie-ixhash-perl
Size: 109320
SHA256: 3424e0b748b96b27215d6d10b1394e7ab39644e883e4183b2678f0721a4df697
SHA1: 2b24d3a395a34c5d880c57aff2f37174a54b0081
MD5sum: 3e1d9fc7ce1869f857898bddfb1b0bf9
Description: pure-perl YAML framework
YAML::PP is a modern, modular YAML processor.
.
It aims to support YAML 1.2 and YAML 1.1.
.
YAML is a serialization language. The YAML input is called "YAML Stream". A
stream consists of one or more "Documents", separated by a line with a
document start marker '---'. A document optionally ends with the document end
marker '...'.
.
This allows one to process of continuous streams additionally to a fixed
input file or string.
.
The YAML::PP frontend will currently load all documents, and return only the
last if called with scalar context.
.
The YAML backend is implemented in a modular way that allows one to add
custom handling of YAML tags, perl objects and data types. The inner API is
not yet stable.
Description-md5:
Homepage: https://metacpan.org/release/YAML-PP
Section: perl
Priority: optional
Filename: pool/main/liby/libyaml-pp-perl/libyaml-pp-perl_0.38.0-1_all.deb