How to Install and Uninstall perl-Test-RunValgrind.noarch Package on Fedora 36

Last updated: May 19,2024

1. Install "perl-Test-RunValgrind.noarch" package

Please follow the step by step instructions below to install perl-Test-RunValgrind.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install perl-Test-RunValgrind.noarch

2. Uninstall "perl-Test-RunValgrind.noarch" package

Please follow the step by step instructions below to uninstall perl-Test-RunValgrind.noarch on Fedora 36:

$ sudo dnf remove perl-Test-RunValgrind.noarch $ sudo dnf autoremove

3. Information about the perl-Test-RunValgrind.noarch package on Fedora 36

Last metadata expiration check: 4:32:42 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : perl-Test-RunValgrind
Version : 0.2.2
Release : 5.fc36
Architecture : noarch
Size : 18 k
Source : perl-Test-RunValgrind-0.2.2-5.fc36.src.rpm
Repository : fedora
Summary : Tests that an external program is valgrind-clean
URL : https://metacpan.org/release/Test-RunValgrind
License : MIT
Description : valgrind is an open source and convenient memory debugger that runs on some
: platforms. This module runs valgrind (the
: http://en.wikipedia.org/wiki/Valgrind manpage) on an executable and makes
: 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://github.com/shlomif/fortune-mod manpage).