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

Last updated: May 15,2024

1. Install "libyaml-perl" package

Please follow the steps below to install libyaml-perl on Kali Linux

$ sudo apt update $ sudo apt install libyaml-perl

2. Uninstall "libyaml-perl" package

Please follow the guidelines below to uninstall libyaml-perl on Kali Linux:

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

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

Package: libyaml-perl
Version: 1.31-1
Installed-Size: 175
Maintainer: Debian Perl Group
Architecture: all
Depends: perl:any
Recommends: libyaml-libyaml-perl | libyaml-syck-perl
Suggests: libyaml-shell-perl
Size: 64848
SHA256: b155f976061eabbe569604cac80e0aad17d8f308e774855ed5cc43b2e27946b2
SHA1: 4546ab749ceb317868861a5e24944715dfda2d98
MD5sum: 0ee3807347bf21a96035b6ec4717f575
Description: YAML Ain't Markup Language
YAML is a generic data serialization language that is optimized for human
readability. It can be used to express the data structures of most modern
programming languages (including Perl, of course). YAML supports Unicode
and there are implementations of the parser in many different languages,
making it a rather portable serialization format.
.
Please note that the YAML module is currently a deprecated implementation
in Pure Perl, which is probably slow on your system. The authors intend
to change it to just be a front-end interface module for various YAML
implementations. For now, YAML::Any is a module provided for this purpose,
which simply selects the best YAML implementation available.
Description-md5:
Multi-Arch: foreign
Homepage: https://metacpan.org/release/YAML
Tag: devel::lang:perl, devel::library, implemented-in::perl
Section: perl
Priority: optional
Filename: pool/main/liby/libyaml-perl/libyaml-perl_1.31-1_all.deb