How To Install perl-JSON-tests on Fedora 36

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

Introduction

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

What is perl-JSON-tests

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

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

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

sudo dnf -y install perl-JSON-tests

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

sudo yum -y install perl-JSON-tests

How To Uninstall perl-JSON-tests on Fedora 36

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

sudo dnf remove perl-JSON-tests

perl-JSON-tests Package Contents on Fedora 36

/usr/libexec/perl-JSON
/usr/libexec/perl-JSON/t
/usr/libexec/perl-JSON/t/00_backend_version.t
/usr/libexec/perl-JSON/t/00_load.t
/usr/libexec/perl-JSON/t/00_load_backport_pp.t
/usr/libexec/perl-JSON/t/01_utf8.t
/usr/libexec/perl-JSON/t/02_error.t
/usr/libexec/perl-JSON/t/03_types.t
/usr/libexec/perl-JSON/t/04_dwiw_encode.t
/usr/libexec/perl-JSON/t/05_dwiw_decode.t
/usr/libexec/perl-JSON/t/06_pc_pretty.t
/usr/libexec/perl-JSON/t/07_pc_esc.t
/usr/libexec/perl-JSON/t/08_pc_base.t
/usr/libexec/perl-JSON/t/09_pc_extra_number.t
/usr/libexec/perl-JSON/t/104_sortby.t
/usr/libexec/perl-JSON/t/105_esc_slash.t
/usr/libexec/perl-JSON/t/106_allow_barekey.t
/usr/libexec/perl-JSON/t/107_allow_singlequote.t
/usr/libexec/perl-JSON/t/108_decode.t
/usr/libexec/perl-JSON/t/109_encode.t
/usr/libexec/perl-JSON/t/10_pc_keysort.t
/usr/libexec/perl-JSON/t/110_bignum.t
/usr/libexec/perl-JSON/t/112_upgrade.t
/usr/libexec/perl-JSON/t/113_overloaded_eq.t
/usr/libexec/perl-JSON/t/114_decode_prefix.t
/usr/libexec/perl-JSON/t/115_tie_ixhash.t
/usr/libexec/perl-JSON/t/116_incr_parse_fixed.t
/usr/libexec/perl-JSON/t/117_numbers.t
/usr/libexec/perl-JSON/t/118_boolean_values.t
/usr/libexec/perl-JSON/t/119_incr_parse_utf8.t
/usr/libexec/perl-JSON/t/11_pc_expo.t
/usr/libexec/perl-JSON/t/12_blessed.t
/usr/libexec/perl-JSON/t/13_limit.t
/usr/libexec/perl-JSON/t/14_latin1.t
/usr/libexec/perl-JSON/t/15_prefix.t
/usr/libexec/perl-JSON/t/16_tied.t
/usr/libexec/perl-JSON/t/17_relaxed.t
/usr/libexec/perl-JSON/t/18_json_checker.t
/usr/libexec/perl-JSON/t/19_incr.t
/usr/libexec/perl-JSON/t/20_faihu.t
/usr/libexec/perl-JSON/t/20_unknown.t
/usr/libexec/perl-JSON/t/21_evans.t
/usr/libexec/perl-JSON/t/22_comment_at_eof.t
/usr/libexec/perl-JSON/t/52_object.t
/usr/libexec/perl-JSON/t/99_binary.t
/usr/libexec/perl-JSON/t/e00_func.t
/usr/libexec/perl-JSON/t/e01_property.t
/usr/libexec/perl-JSON/t/e02_bool.t
/usr/libexec/perl-JSON/t/e03_bool2.t
/usr/libexec/perl-JSON/t/e11_conv_blessed_univ.t
/usr/libexec/perl-JSON/t/e90_misc.t
/usr/libexec/perl-JSON/t/gh_28_json_test_suite.t
/usr/libexec/perl-JSON/t/gh_29_trailing_false_value.t
/usr/libexec/perl-JSON/t/rt_116998_wrong_character_offset.t
/usr/libexec/perl-JSON/t/rt_122270_is_bool_for_obsolete_xs_boolean.t
/usr/libexec/perl-JSON/t/rt_90071_incr_parse.t
/usr/libexec/perl-JSON/t/x00_load.t
/usr/libexec/perl-JSON/t/x02_error.t
/usr/libexec/perl-JSON/t/x12_blessed.t
/usr/libexec/perl-JSON/t/x16_tied.t
/usr/libexec/perl-JSON/t/x17_strange_overload.t
/usr/libexec/perl-JSON/t/xe04_escape_slash.t
/usr/libexec/perl-JSON/t/xe05_indent_length.t
/usr/libexec/perl-JSON/t/xe12_boolean.t
/usr/libexec/perl-JSON/t/xe19_xs_and_suportbypp.t
/usr/libexec/perl-JSON/t/xe20_croak_message.t
/usr/libexec/perl-JSON/t/xe21_is_pp.t
/usr/libexec/perl-JSON/t/zero-mojibake.t
/usr/libexec/perl-JSON/test

References

Summary

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