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

Last updated: May 13,2024

1. Install "libbson-xs-perl" package

This guide covers the steps necessary to install libbson-xs-perl on Kali Linux

$ sudo apt update $ sudo apt install libbson-xs-perl

2. Uninstall "libbson-xs-perl" package

This guide covers the steps necessary to uninstall libbson-xs-perl on Kali Linux:

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

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

Package: libbson-xs-perl
Source: libbson-xs-perl (0.8.4-2)
Version: 0.8.4-2+b1
Installed-Size: 216
Maintainer: Debian Perl Group
Architecture: amd64
Depends: perl (>= 5.38.2-2), perlapi-5.38.2, libc6 (>= 2.34), libboolean-perl, libbson-perl (>= 1.12.1~)
Size: 66080
SHA256: 2948dbdad81b04d02cc0c47f42d5ec35b05c298a645558e55fdd7d963911679d
SHA1: 398d8636c0b4095577b3e2afe32b592f855e3f84
MD5sum: b611afb773e9f7026ffbb4f92231a128
Description: Perl XS implementation of MongoDB's BSON serialization
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.
.
BSON::XS contains an XS implementation for BSON encoding and decoding.
There is no public API. Use the BSON module and it will choose the best
implementation for you.
.
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-XS
Tag: devel::lang:perl, devel::library, implemented-in::c,
implemented-in::perl, role::devel-lib
Section: perl
Priority: optional
Filename: pool/main/libb/libbson-xs-perl/libbson-xs-perl_0.8.4-2+b1_amd64.deb