How To Install perl-Test-JSON-tests on Rocky Linux 8
Introduction
In this tutorial we learn how to install perl-Test-JSON-tests
on Rocky Linux 8.
What is perl-Test-JSON-tests
This package provides the test suite for package perl-Test-JSON.
We can use yum
or dnf
to install perl-Test-JSON-tests
on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install perl-Test-JSON-tests.
Install perl-Test-JSON-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-Test-JSON-tests
using dnf
by running the following command:
sudo dnf -y install perl-Test-JSON-tests
Install perl-Test-JSON-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-Test-JSON-tests
using yum
by running the following command:
sudo yum -y install perl-Test-JSON-tests
How To Uninstall perl-Test-JSON-tests on Rocky Linux 8
To uninstall only the perl-Test-JSON-tests
package we can use the following command:
sudo dnf remove perl-Test-JSON-tests
perl-Test-JSON-tests Package Contents on Rocky Linux 8
/usr/libexec/perl5-tests
/usr/libexec/perl5-tests/Test-JSON
/usr/libexec/perl5-tests/Test-JSON/META.yml
/usr/libexec/perl5-tests/Test-JSON/t
/usr/libexec/perl5-tests/Test-JSON/t/00-load.t
/usr/libexec/perl5-tests/Test-JSON/t/10testjson.t
/usr/libexec/perl5-tests/Test-JSON/t/pod-coverage.t
/usr/libexec/perl5-tests/Test-JSON/t/pod.t
References
Summary
In this tutorial we learn how to install perl-Test-JSON-tests
on Rocky Linux 8 using yum and dnf.