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

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

Introduction

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

What is perl-JSON-XS-tests

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

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

Install perl-JSON-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-JSON-XS-tests using dnf by running the following command:

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

Install perl-JSON-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-JSON-XS-tests using yum by running the following command:

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

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

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

sudo dnf remove perl-JSON-XS-tests

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

/usr/libexec/perl-JSON-XS
/usr/libexec/perl-JSON-XS/t
/usr/libexec/perl-JSON-XS/t/00_load.t
/usr/libexec/perl-JSON-XS/t/01_utf8.t
/usr/libexec/perl-JSON-XS/t/02_error.t
/usr/libexec/perl-JSON-XS/t/03_types.t
/usr/libexec/perl-JSON-XS/t/04_dwiw_encode.t
/usr/libexec/perl-JSON-XS/t/05_dwiw_decode.t
/usr/libexec/perl-JSON-XS/t/06_pc_pretty.t
/usr/libexec/perl-JSON-XS/t/07_pc_esc.t
/usr/libexec/perl-JSON-XS/t/08_pc_base.t
/usr/libexec/perl-JSON-XS/t/09_pc_extra_number.t
/usr/libexec/perl-JSON-XS/t/10_pc_keysort.t
/usr/libexec/perl-JSON-XS/t/11_pc_expo.t
/usr/libexec/perl-JSON-XS/t/12_blessed.t
/usr/libexec/perl-JSON-XS/t/13_limit.t
/usr/libexec/perl-JSON-XS/t/14_latin1.t
/usr/libexec/perl-JSON-XS/t/15_prefix.t
/usr/libexec/perl-JSON-XS/t/16_tied.t
/usr/libexec/perl-JSON-XS/t/17_relaxed.t
/usr/libexec/perl-JSON-XS/t/18_json_checker.t
/usr/libexec/perl-JSON-XS/t/19_incr.t
/usr/libexec/perl-JSON-XS/t/20_faihu.t
/usr/libexec/perl-JSON-XS/t/21_evans.t
/usr/libexec/perl-JSON-XS/t/22_comment_at_eof.t
/usr/libexec/perl-JSON-XS/t/52_object.t
/usr/libexec/perl-JSON-XS/t/99_binary.t
/usr/libexec/perl-JSON-XS/test

References

Summary

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