How To Install perl-JSON-tests.noarch on Amazon Linux 2

In this tutorial we learn how to install perl-JSON-tests.noarch in Amazon Linux 2. perl-JSON-tests.noarch is Test suite for package perl-JSON

Introduction

In this tutorial we learn how to install perl-JSON-tests.noarch on Amazon Linux 2.

What is perl-JSON-tests.noarch

This package provides the test suite for package perl-JSON.

We can use yum to install perl-JSON-tests.noarch on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install perl-JSON-tests.noarch.

Install perl-JSON-tests.noarch on Amazon Linux 2 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.noarch using yum by running the following command:

sudo yum -y install perl-JSON-tests.noarch

How To Uninstall perl-JSON-tests.noarch on Amazon Linux 2

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

sudo yum remove perl-JSON-tests.noarch

perl-JSON-tests.noarch Package Contents on Amazon Linux 2

/usr/libexec/perl5-tests
/usr/libexec/perl5-tests/JSON
/usr/libexec/perl5-tests/JSON/META.json
/usr/libexec/perl5-tests/JSON/META.yml
/usr/libexec/perl5-tests/JSON/t
/usr/libexec/perl5-tests/JSON/t/00_load.t
/usr/libexec/perl5-tests/JSON/t/00_pod.t
/usr/libexec/perl5-tests/JSON/t/01_utf8.t
/usr/libexec/perl5-tests/JSON/t/02_error.t
/usr/libexec/perl5-tests/JSON/t/03_types.t
/usr/libexec/perl5-tests/JSON/t/06_pc_pretty.t
/usr/libexec/perl5-tests/JSON/t/07_pc_esc.t
/usr/libexec/perl5-tests/JSON/t/08_pc_base.t
/usr/libexec/perl5-tests/JSON/t/09_pc_extra_number.t
/usr/libexec/perl5-tests/JSON/t/10_pc_keysort.t
/usr/libexec/perl5-tests/JSON/t/11_pc_expo.t
/usr/libexec/perl5-tests/JSON/t/12_blessed.t
/usr/libexec/perl5-tests/JSON/t/13_limit.t
/usr/libexec/perl5-tests/JSON/t/14_latin1.t
/usr/libexec/perl5-tests/JSON/t/15_prefix.t
/usr/libexec/perl5-tests/JSON/t/16_tied.t
/usr/libexec/perl5-tests/JSON/t/17_relaxed.t
/usr/libexec/perl5-tests/JSON/t/18_json_checker.t
/usr/libexec/perl5-tests/JSON/t/19_incr.t
/usr/libexec/perl5-tests/JSON/t/20_unknown.t
/usr/libexec/perl5-tests/JSON/t/21_evans_bugrep.t
/usr/libexec/perl5-tests/JSON/t/22_comment_at_eof.t
/usr/libexec/perl5-tests/JSON/t/99_binary.t
/usr/libexec/perl5-tests/JSON/t/_unicode_handling.pm
/usr/libexec/perl5-tests/JSON/t/e00_func.t
/usr/libexec/perl5-tests/JSON/t/e01_property.t
/usr/libexec/perl5-tests/JSON/t/e02_bool.t
/usr/libexec/perl5-tests/JSON/t/e03_bool2.t
/usr/libexec/perl5-tests/JSON/t/e04_sortby.t
/usr/libexec/perl5-tests/JSON/t/e05_esc_slash.t
/usr/libexec/perl5-tests/JSON/t/e06_allow_barekey.t
/usr/libexec/perl5-tests/JSON/t/e07_allow_singlequote.t
/usr/libexec/perl5-tests/JSON/t/e08_decode.t
/usr/libexec/perl5-tests/JSON/t/e09_encode.t
/usr/libexec/perl5-tests/JSON/t/e10_bignum.t
/usr/libexec/perl5-tests/JSON/t/e11_conv_blessed_univ.t
/usr/libexec/perl5-tests/JSON/t/e12_upgrade.t
/usr/libexec/perl5-tests/JSON/t/e13_overloaded_eq.t
/usr/libexec/perl5-tests/JSON/t/e14_decode_prefix.t
/usr/libexec/perl5-tests/JSON/t/e15_tie_ixhash.t
/usr/libexec/perl5-tests/JSON/t/e16_incr_parse_fixed.t
/usr/libexec/perl5-tests/JSON/t/e90_misc.t
/usr/libexec/perl5-tests/JSON/t/x00_load.t
/usr/libexec/perl5-tests/JSON/t/x02_error.t
/usr/libexec/perl5-tests/JSON/t/x12_blessed.t
/usr/libexec/perl5-tests/JSON/t/x16_tied.t
/usr/libexec/perl5-tests/JSON/t/x17_strange_overload.t
/usr/libexec/perl5-tests/JSON/t/xe01_property.t
/usr/libexec/perl5-tests/JSON/t/xe02_bool.t
/usr/libexec/perl5-tests/JSON/t/xe03_bool2.t
/usr/libexec/perl5-tests/JSON/t/xe04support_by_pp.t
/usr/libexec/perl5-tests/JSON/t/xe05_indent_length.t
/usr/libexec/perl5-tests/JSON/t/xe08_decode.t
/usr/libexec/perl5-tests/JSON/t/xe10_bignum.t
/usr/libexec/perl5-tests/JSON/t/xe11_conv_blessed_univ.t
/usr/libexec/perl5-tests/JSON/t/xe12_boolean.t
/usr/libexec/perl5-tests/JSON/t/xe19_xs_and_suportbypp.t
/usr/libexec/perl5-tests/JSON/t/xe20_croak_message.t

References

Summary

In this tutorial we learn how to install perl-JSON-tests.noarch on Amazon Linux 2 using yum.