How to Install and Uninstall perl-CBOR-XS.x86_64 Package on Fedora 34

Last updated: October 01,2024

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

In this section, we are going to explain the necessary steps to install perl-CBOR-XS.x86_64 on Fedora 34

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

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

This guide let you learn how to uninstall perl-CBOR-XS.x86_64 on Fedora 34:

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

3. Information about the perl-CBOR-XS.x86_64 package on Fedora 34

Last metadata expiration check: 5:47:38 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : perl-CBOR-XS
Version : 1.86
Release : 1.fc34
Architecture : x86_64
Size : 86 k
Source : perl-CBOR-XS-1.86-1.fc34.src.rpm
Repository : updates
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.