How to Install and Uninstall libcbor-xs-perl Package on Ubuntu 20.10 (Groovy Gorilla)

Last updated: May 18,2024

1. Install "libcbor-xs-perl" package

This guide covers the steps necessary to install libcbor-xs-perl on Ubuntu 20.10 (Groovy Gorilla)

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

2. Uninstall "libcbor-xs-perl" package

Here is a brief guide to show you how to uninstall libcbor-xs-perl on Ubuntu 20.10 (Groovy Gorilla):

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

3. Information about the libcbor-xs-perl package on Ubuntu 20.10 (Groovy Gorilla)

Package: libcbor-xs-perl
Architecture: amd64
Version: 1.71-1build1
Priority: optional
Section: universe/perl
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 141
Depends: perl (>= 5.30.0-7), perlapi-5.30.0, libc6 (>= 2.14), libcommon-sense-perl, libtypes-serialiser-perl
Filename: pool/universe/libc/libcbor-xs-perl/libcbor-xs-perl_1.71-1build1_amd64.deb
Size: 56372
MD5sum: dfb65cd854053f5aea75355dd217ccb9
SHA1: 9744b1724c64fc728d476b413dd0f0ec64e7547a
SHA256: d5587f7db0829637e94d94ec83f076547f2132d4f5a4db3809e01d327344b8a5
SHA512: ca141da18cb8649a117cfba95c9dfbeff0e0614292b56dac9da86dacf37e6359f6cfc55c383d65463b5c11116826508a0b2bb318dc012b2253e03eda445dfbd9
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