How To Install perl-Crypt-SMIME-tests on Rocky Linux 8

In this tutorial we learn how to install perl-Crypt-SMIME-tests on Rocky Linux 8. perl-Crypt-SMIME-tests is Test suite for package perl-Crypt-SMIME

Introduction

In this tutorial we learn how to install perl-Crypt-SMIME-tests on Rocky Linux 8.

What is perl-Crypt-SMIME-tests

This package provides the test suite for package perl-Crypt-SMIME.

We can use yum or dnf to install perl-Crypt-SMIME-tests on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install perl-Crypt-SMIME-tests.

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

sudo dnf -y install perl-Crypt-SMIME-tests

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

sudo yum -y install perl-Crypt-SMIME-tests

How To Uninstall perl-Crypt-SMIME-tests on Rocky Linux 8

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

sudo dnf remove perl-Crypt-SMIME-tests

perl-Crypt-SMIME-tests Package Contents on Rocky Linux 8

/usr/libexec/perl5-tests
/usr/libexec/perl5-tests/Crypt-SMIME
/usr/libexec/perl5-tests/Crypt-SMIME/META.json
/usr/libexec/perl5-tests/Crypt-SMIME/META.yml
/usr/libexec/perl5-tests/Crypt-SMIME/MYMETA.json
/usr/libexec/perl5-tests/Crypt-SMIME/MYMETA.yml
/usr/libexec/perl5-tests/Crypt-SMIME/t
/usr/libexec/perl5-tests/Crypt-SMIME/t/00-load.t
/usr/libexec/perl5-tests/Crypt-SMIME/t/01-smime.t
/usr/libexec/perl5-tests/Crypt-SMIME/t/02-smime.more.t
/usr/libexec/perl5-tests/Crypt-SMIME/t/03-chained-certs.t
/usr/libexec/perl5-tests/Crypt-SMIME/t/04-taint.t
/usr/libexec/perl5-tests/Crypt-SMIME/t/boilerplate.t
/usr/libexec/perl5-tests/Crypt-SMIME/t/dependencies.t
/usr/libexec/perl5-tests/Crypt-SMIME/t/manifest.t
/usr/libexec/perl5-tests/Crypt-SMIME/t/pod-coverage.t
/usr/libexec/perl5-tests/Crypt-SMIME/t/pod.t

References

Summary

In this tutorial we learn how to install perl-Crypt-SMIME-tests on Rocky Linux 8 using yum and dnf.