How To Install perl-Mango-tests on Fedora 36

In this tutorial we learn how to install perl-Mango-tests in Fedora 36. perl-Mango-tests is Tests for perl-Mango

Introduction

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

What is perl-Mango-tests

Tests from perl-Mango. Execute them with “/usr/libexec/perl-Mango/test”.

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

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

sudo dnf -y install perl-Mango-tests

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

sudo yum -y install perl-Mango-tests

How To Uninstall perl-Mango-tests on Fedora 36

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

sudo dnf remove perl-Mango-tests

perl-Mango-tests Package Contents on Fedora 36

/usr/libexec/perl-Mango
/usr/libexec/perl-Mango/t
/usr/libexec/perl-Mango/t/auth
/usr/libexec/perl-Mango/t/auth/auth.t
/usr/libexec/perl-Mango/t/auth/authenticate.t
/usr/libexec/perl-Mango/t/bson.t
/usr/libexec/perl-Mango/t/bulk.t
/usr/libexec/perl-Mango/t/collection.t
/usr/libexec/perl-Mango/t/connection.t
/usr/libexec/perl-Mango/t/cursor.t
/usr/libexec/perl-Mango/t/database.t
/usr/libexec/perl-Mango/t/gridfs.t
/usr/libexec/perl-Mango/t/leaks
/usr/libexec/perl-Mango/t/leaks/auth.t
/usr/libexec/perl-Mango/t/pod.t
/usr/libexec/perl-Mango/t/pod_coverage.t
/usr/libexec/perl-Mango/t/protocol.t
/usr/libexec/perl-Mango/test

References

Summary

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