How to Install and Uninstall libcbor-xs-perl Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 19,2024

1. Install "libcbor-xs-perl" package

Please follow the step by step instructions below to install libcbor-xs-perl on Ubuntu 21.10 (Impish Indri)

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

2. Uninstall "libcbor-xs-perl" package

In this section, we are going to explain the necessary steps to uninstall libcbor-xs-perl on Ubuntu 21.10 (Impish Indri):

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

3. Information about the libcbor-xs-perl package on Ubuntu 21.10 (Impish Indri)

Package: libcbor-xs-perl
Architecture: amd64
Version: 1.83-1
Priority: optional
Section: universe/perl
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 142
Depends: perl, perlapi-5.32.0, libc6 (>= 2.14), libcommon-sense-perl, libtypes-serialiser-perl
Filename: pool/universe/libc/libcbor-xs-perl/libcbor-xs-perl_1.83-1_amd64.deb
Size: 58212
MD5sum: 8ec069638676f440c0803de08f0f6549
SHA1: 440cfed53fe6f1ba53230310a8aec4d6351594b2
SHA256: ec1301bf5df323309d82c9cb90885a305e056961aec1ab3a39402df8a3b93f16
SHA512: d016e057dabea96979c8d1f16f6a65bdca1571cd9f97d0bf0133bd840cf5f2da3bc394e83d01df8a75218ee4184a27dc2a776f495e2f1ff336aba0e29347fb8b
Homepage: https://metacpan.org/release/CBOR-XS
Description-en: 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: 6c1e7d7ebe40a976c541068643988e6d