How to Install and Uninstall perl-CBOR-XS.x86_64 Package on CentOS 8 / RHEL 8

Last updated: April 29,2024

1. Install "perl-CBOR-XS.x86_64" package

This guide covers the steps necessary to install perl-CBOR-XS.x86_64 on CentOS 8 / RHEL 8

$ sudo dnf update $ sudo dnf install perl-CBOR-XS.x86_64

2. Uninstall "perl-CBOR-XS.x86_64" package

Please follow the instructions below to uninstall perl-CBOR-XS.x86_64 on CentOS 8 / RHEL 8:

$ sudo dnf remove perl-CBOR-XS.x86_64 $ sudo dnf autoremove

3. Information about the perl-CBOR-XS.x86_64 package on CentOS 8 / RHEL 8

Last metadata expiration check: 1 day, 6:31:45 ago on Sun May 9 13:03:46 2021.
Available Packages
Name : perl-CBOR-XS
Version : 1.71
Release : 4.el8
Architecture : x86_64
Size : 85 k
Source : perl-CBOR-XS-1.71-4.el8.src.rpm
Repository : epel
Summary : Concise Binary Object Representation (CBOR)
URL : https://metacpan.org/release/CBOR-XS
License : GPLv3+ and (BSD or GPLv2+)
Description : This module converts Perl data structures to the Concise Binary Object
: Representation (CBOR) and vice versa. CBOR is a fast binary serialization
: 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.