How to Install and Uninstall libdata-yaml-perl Package on Kali Linux

Last updated: May 11,2024

1. Install "libdata-yaml-perl" package

This guide covers the steps necessary to install libdata-yaml-perl on Kali Linux

$ sudo apt update $ sudo apt install libdata-yaml-perl

2. Uninstall "libdata-yaml-perl" package

This is a short guide on how to uninstall libdata-yaml-perl on Kali Linux:

$ sudo apt remove libdata-yaml-perl $ sudo apt autoclean && sudo apt autoremove

3. Information about the libdata-yaml-perl package on Kali Linux

Package: libdata-yaml-perl
Version: 0.0.7-3
Installed-Size: 47
Maintainer: Debian Perl Group
Architecture: all
Depends: perl:any
Size: 17900
SHA256: 09d01edb1a9c85077cc0ed68a9a85c137a377432c0ec719f526ee25ef9188669
SHA1: 1638ded4689a1171ee06ec09a179f227e12f3719
MD5sum: 198d84a1d96cff7ad310de9af3677848
Description: Easy YAML serialisation of Perl data structures
In the spirit of YAML::Tiny, Data::YAML::Reader and Data::YAML::Writer
provide lightweight, dependency-free YAML handling. While YAML::Tiny is
designed principally for working with configuration files Data::YAML
concentrates on the transparent round-tripping of YAML serialized Perl data
structures.
.
As an example of why this distinction matters consider that YAML::Tiny
doesn't handle hashes with keys containing non-printable characters. This is
fine for configuration files but likely to cause problems when handling
arbitrary Perl data structures. Data::YAML handles exotic hash keys
correctly.
.
The syntax accepted by Data::YAML is a subset of YAML. Specifically it is the
same subset of YAML that Data::YAML::Writer produces. See Data::YAML for more
information.
Description-md5:
Multi-Arch: foreign
Homepage: https://metacpan.org/release/Data-YAML
Tag: devel::lang:perl, devel::library, implemented-in::perl
Section: perl
Priority: optional
Filename: pool/main/libd/libdata-yaml-perl/libdata-yaml-perl_0.0.7-3_all.deb