How To Install perl-Test-RunValgrind on Fedora 36

In this tutorial we learn how to install perl-Test-RunValgrind in Fedora 36. perl-Test-RunValgrind is Tests that an external program is valgrind-clean

Introduction

In this tutorial we learn how to install perl-Test-RunValgrind on Fedora 36.

What is perl-Test-RunValgrind

valgrind is an open source and convenient memory debugger that runs on some platforms. This module runs valgrind (the http sure that valgrind did not find any faults in it. It originated from some code used to test the Freecell Solver executables using valgrind, and was extracted into its own CPAN module to allow for reuse by other projects, including fortune-mod (the https

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

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

sudo dnf -y install perl-Test-RunValgrind

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

sudo yum -y install perl-Test-RunValgrind

How To Uninstall perl-Test-RunValgrind on Fedora 36

To uninstall only the perl-Test-RunValgrind package we can use the following command:

sudo dnf remove perl-Test-RunValgrind

perl-Test-RunValgrind Package Contents on Fedora 36

/usr/share/doc/perl-Test-RunValgrind
/usr/share/doc/perl-Test-RunValgrind/Changes
/usr/share/doc/perl-Test-RunValgrind/README
/usr/share/licenses/perl-Test-RunValgrind
/usr/share/licenses/perl-Test-RunValgrind/LICENSE
/usr/share/man/man3/Test::RunValgrind.3pm.gz
/usr/share/perl5/vendor_perl/Test
/usr/share/perl5/vendor_perl/Test/RunValgrind.pm

References

Summary

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