How To Install perl-opts-tests on Fedora 36

In this tutorial we learn how to install perl-opts-tests in Fedora 36. perl-opts-tests is Test suite for package perl-opts

Introduction

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

What is perl-opts-tests

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

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

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

sudo dnf -y install perl-opts-tests

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

sudo yum -y install perl-opts-tests

How To Uninstall perl-opts-tests on Fedora 36

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

sudo dnf remove perl-opts-tests

perl-opts-tests Package Contents on Fedora 36

/usr/libexec/perl5-tests
/usr/libexec/perl5-tests/opts
/usr/libexec/perl5-tests/opts/META.json
/usr/libexec/perl5-tests/opts/META.yml
/usr/libexec/perl5-tests/opts/MYMETA.json
/usr/libexec/perl5-tests/opts/MYMETA.yml
/usr/libexec/perl5-tests/opts/t
/usr/libexec/perl5-tests/opts/t/00_compile.t
/usr/libexec/perl5-tests/opts/t/010_simple
/usr/libexec/perl5-tests/opts/t/010_simple/01_basic.t
/usr/libexec/perl5-tests/opts/t/010_simple/02_type.t
/usr/libexec/perl5-tests/opts/t/010_simple/03_required.t
/usr/libexec/perl5-tests/opts/t/010_simple/04_default.t
/usr/libexec/perl5-tests/opts/t/010_simple/05_methods.t
/usr/libexec/perl5-tests/opts/t/010_simple/06_required_tc.t
/usr/libexec/perl5-tests/opts/t/010_simple/07_create_tc.t
/usr/libexec/perl5-tests/opts/t/010_simple/08_alias.t
/usr/libexec/perl5-tests/opts/t/010_simple/09_names_with_underscore.t
/usr/libexec/perl5-tests/opts/t/010_simple/10_help.t
/usr/libexec/perl5-tests/opts/t/020_coerce
/usr/libexec/perl5-tests/opts/t/020_coerce/01_basic.t
/usr/libexec/perl5-tests/opts/t/030_builtin_coercions
/usr/libexec/perl5-tests/opts/t/030_builtin_coercions/01_multiple.t

References

Summary

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