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

Last updated: May 03,2024

1. Install "libbson-perl" package

This tutorial shows how to install libbson-perl on Kali Linux

$ sudo apt update $ sudo apt install libbson-perl

2. Uninstall "libbson-perl" package

This guide let you learn how to uninstall libbson-perl on Kali Linux:

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

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

Package: libbson-perl
Version: 1.12.2-1
Installed-Size: 269
Maintainer: Debian Perl Group
Architecture: all
Depends: perl:any, libboolean-perl (>= 0.45), libcrypt-urandom-perl, libmoo-perl (>= 2.002004), libnamespace-clean-perl, libtie-ixhash-perl
Recommends: libbson-xs-perl
Size: 94392
SHA256: 22f4f3886d178d1ba6d2dca8493c47d765685725bef3eb2f8103f509de5fe98f
SHA1: 93d3b2eb5b27ea9363ae702a49cdd59264e41b6a
MD5sum: 28708ca83d39f8b75104d77f3dc7d08a
Description: BSON serialization and deserialization for Perl
The BSON class implements a BSON encoder/decoder ("codec"). It consumes
"documents" (typically hash references) and emits BSON strings and vice versa
in accordance with the BSON Specification (http://bsonspec.org).
.
BSON is the primary data representation for MongoDB. While this module has
several features that support MongoDB-specific needs and conventions, it can
be used as a standalone serialization format.
.
As of August 13, 2020, the MongoDB Perl driver and related libraries are no
longer supported by MongoDB.
Description-md5:
Homepage: https://metacpan.org/release/BSON
Section: perl
Priority: optional
Filename: pool/main/libb/libbson-perl/libbson-perl_1.12.2-1_all.deb