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

Last updated: May 19,2024

1. Install "libcbor-xs-perl" package

In this section, we are going to explain the necessary steps to install libcbor-xs-perl on Kali Linux

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

2. Uninstall "libcbor-xs-perl" package

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

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

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

Package: libcbor-xs-perl
Source: libcbor-xs-perl (1.87-1)
Version: 1.87-1+b1
Installed-Size: 149
Maintainer: Debian Perl Group
Architecture: amd64
Depends: perl (>= 5.38.2-2), perlapi-5.38.2, libc6 (>= 2.14), libcommon-sense-perl, libtypes-serialiser-perl
Size: 62156
SHA256: 321936ece8435a9bbc9425a9cf455b8570278208364a55c2b5ce1b4b7cecfafd
SHA1: 25c65657b73d7ebf8a714b465a2ad3a81b4bc670
MD5sum: d69e548c9750560575213a2c169af2bd
Description: module for manipulating CBOR-formatted data (C/XS-accelerated)
CBOR::XS converts Perl data structures to the Concise Binary Object
Representation (CBOR) and vice versa. CBOR is a fast binary serialisation
format that aims to use an (almost) superset of the JSON data model, i.e.
when you can represent something useful in JSON, you should be able to
represent it in CBOR.
.
In short, CBOR is a faster and quite compact binary alternative to JSON, with
the added ability of supporting serialisation of Perl objects. (JSON often
compresses better than CBOR though, so if you plan to compress the data later
and speed is less important you might want to compare both formats first).
.
To give you a general idea about speed, with texts in the megabyte range,
CBOR::XS usually encodes roughly twice as fast as Storable or JSON::XS and
decodes about 15%-30% faster than those. The shorter the data, the worse
Storable performs in comparison.
Description-md5:
Homepage: https://metacpan.org/release/CBOR-XS
Tag: devel::lang:perl, devel::library, implemented-in::c,
implemented-in::perl, role::devel-lib
Section: perl
Priority: optional
Filename: pool/main/libc/libcbor-xs-perl/libcbor-xs-perl_1.87-1+b1_amd64.deb