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

Last updated: June 29,2024

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

Learn how to install perl-Test-RunValgrind.noarch on Fedora 34

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

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

Here is a brief guide to show you how to uninstall perl-Test-RunValgrind.noarch on Fedora 34:

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

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

Last metadata expiration check: 1:11:43 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : perl-Test-RunValgrind
Version : 0.2.2
Release : 2.fc34
Architecture : noarch
Size : 18 k
Source : perl-Test-RunValgrind-0.2.2-2.fc34.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).