How To Install perl-CBOR-XS-tests on Fedora 36

In this tutorial we learn how to install perl-CBOR-XS-tests in Fedora 36. perl-CBOR-XS-tests is Tests for perl-CBOR-XS

Introduction

In this tutorial we learn how to install perl-CBOR-XS-tests on Fedora 36.

What is perl-CBOR-XS-tests

Tests from perl-CBOR-XS. Execute them with “/usr/libexec/perl-CBOR-XS/test”.

We can use yum or dnf to install perl-CBOR-XS-tests on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install perl-CBOR-XS-tests.

Install perl-CBOR-XS-tests on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install perl-CBOR-XS-tests using dnf by running the following command:

sudo dnf -y install perl-CBOR-XS-tests

Install perl-CBOR-XS-tests on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install perl-CBOR-XS-tests using yum by running the following command:

sudo yum -y install perl-CBOR-XS-tests

How To Uninstall perl-CBOR-XS-tests on Fedora 36

To uninstall only the perl-CBOR-XS-tests package we can use the following command:

sudo dnf remove perl-CBOR-XS-tests

perl-CBOR-XS-tests Package Contents on Fedora 36

/usr/libexec/perl-CBOR-XS
/usr/libexec/perl-CBOR-XS/t
/usr/libexec/perl-CBOR-XS/t/00_load.t
/usr/libexec/perl-CBOR-XS/t/50_rfc.t
/usr/libexec/perl-CBOR-XS/t/51_types.t
/usr/libexec/perl-CBOR-XS/t/52_object.t
/usr/libexec/perl-CBOR-XS/t/53_bignum.t
/usr/libexec/perl-CBOR-XS/t/54_sharing.t
/usr/libexec/perl-CBOR-XS/t/55_utf8.t
/usr/libexec/perl-CBOR-XS/t/56_filter.t
/usr/libexec/perl-CBOR-XS/t/57_incr.t
/usr/libexec/perl-CBOR-XS/t/58_hv.t
/usr/libexec/perl-CBOR-XS/t/99_binary.t
/usr/libexec/perl-CBOR-XS/test

References

Summary

In this tutorial we learn how to install perl-CBOR-XS-tests on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).