How To Install perl-JSON-Any-tests on Rocky Linux 8
Introduction
In this tutorial we learn how to install perl-JSON-Any-tests on Rocky Linux 8.
What is perl-JSON-Any-tests
This package provides the test suite for package perl-JSON-Any.
We can use yum or dnf to install perl-JSON-Any-tests on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install perl-JSON-Any-tests.
Install perl-JSON-Any-tests on Rocky Linux 8 Using dnf
Update yum database with dnf using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install perl-JSON-Any-tests using dnf by running the following command:
sudo dnf -y install perl-JSON-Any-tests
Install perl-JSON-Any-tests on Rocky Linux 8 Using yum
Update yum database with yum using the following command.
sudo yum makecache --refresh
After updating yum database, We can install perl-JSON-Any-tests using yum by running the following command:
sudo yum -y install perl-JSON-Any-tests
How To Uninstall perl-JSON-Any-tests on Rocky Linux 8
To uninstall only the perl-JSON-Any-tests package we can use the following command:
sudo dnf remove perl-JSON-Any-tests
perl-JSON-Any-tests Package Contents on Rocky Linux 8
/usr/libexec/perl5-tests
/usr/libexec/perl5-tests/JSON-Any
/usr/libexec/perl5-tests/JSON-Any/META.json
/usr/libexec/perl5-tests/JSON-Any/META.yml
/usr/libexec/perl5-tests/JSON-Any/MYMETA.json
/usr/libexec/perl5-tests/JSON-Any/MYMETA.yml
/usr/libexec/perl5-tests/JSON-Any/t
/usr/libexec/perl5-tests/JSON-Any/t/00-load.t
/usr/libexec/perl5-tests/JSON-Any/t/00-report-prereqs.dd
/usr/libexec/perl5-tests/JSON-Any/t/00-report-prereqs.t
/usr/libexec/perl5-tests/JSON-Any/t/01-JSON.t
/usr/libexec/perl5-tests/JSON-Any/t/02-JSON-XS.t
/usr/libexec/perl5-tests/JSON-Any/t/03-JSON-DWIW.t
/usr/libexec/perl5-tests/JSON-Any/t/04-ENV.t
/usr/libexec/perl5-tests/JSON-Any/t/05-JSON-Syck.t
/usr/libexec/perl5-tests/JSON-Any/t/06-JSON-PP.t
/usr/libexec/perl5-tests/JSON-Any/t/07-CPanel-JSON-XS.t
/usr/libexec/perl5-tests/JSON-Any/t/10_unicode.t
/usr/libexec/perl5-tests/JSON-Any/t/11-string-escape.t
/usr/libexec/perl5-tests/JSON-Any/t/12-boolean.t
/usr/libexec/perl5-tests/JSON-Any/t/13-no-backends.t
/usr/libexec/perl5-tests/JSON-Any/t/14-deprecated.t
/usr/libexec/perl5-tests/JSON-Any/t/15-allow_nonref.t
References
Summary
In this tutorial we learn how to install perl-JSON-Any-tests on Rocky Linux 8 using yum and dnf.