How To Install perl-Data-Dumper-tests on Fedora 36
Introduction
In this tutorial we learn how to install perl-Data-Dumper-tests
on Fedora 36.
What is perl-Data-Dumper-tests
Tests from perl-Data-Dumper. Execute them with “/usr/libexec/perl-Data-Dumper/test”.
We can use yum
or dnf
to install perl-Data-Dumper-tests
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install perl-Data-Dumper-tests.
Install perl-Data-Dumper-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-Data-Dumper-tests
using dnf
by running the following command:
sudo dnf -y install perl-Data-Dumper-tests
Install perl-Data-Dumper-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-Data-Dumper-tests
using yum
by running the following command:
sudo yum -y install perl-Data-Dumper-tests
How To Uninstall perl-Data-Dumper-tests on Fedora 36
To uninstall only the perl-Data-Dumper-tests
package we can use the following command:
sudo dnf remove perl-Data-Dumper-tests
perl-Data-Dumper-tests Package Contents on Fedora 36
/usr/libexec/perl-Data-Dumper
/usr/libexec/perl-Data-Dumper/t
/usr/libexec/perl-Data-Dumper/t/bless.t
/usr/libexec/perl-Data-Dumper/t/bless_var_method.t
/usr/libexec/perl-Data-Dumper/t/bugs.t
/usr/libexec/perl-Data-Dumper/t/deparse.t
/usr/libexec/perl-Data-Dumper/t/dumper.t
/usr/libexec/perl-Data-Dumper/t/dumpperl.t
/usr/libexec/perl-Data-Dumper/t/freezer.t
/usr/libexec/perl-Data-Dumper/t/freezer_useperl.t
/usr/libexec/perl-Data-Dumper/t/huge.t
/usr/libexec/perl-Data-Dumper/t/indent.t
/usr/libexec/perl-Data-Dumper/t/lib
/usr/libexec/perl-Data-Dumper/t/lib/Testing.pm
/usr/libexec/perl-Data-Dumper/t/misc.t
/usr/libexec/perl-Data-Dumper/t/names.t
/usr/libexec/perl-Data-Dumper/t/overload.t
/usr/libexec/perl-Data-Dumper/t/pair.t
/usr/libexec/perl-Data-Dumper/t/perl-74170.t
/usr/libexec/perl-Data-Dumper/t/purity_deepcopy_maxdepth.t
/usr/libexec/perl-Data-Dumper/t/qr.t
/usr/libexec/perl-Data-Dumper/t/quotekeys.t
/usr/libexec/perl-Data-Dumper/t/recurse.t
/usr/libexec/perl-Data-Dumper/t/seen.t
/usr/libexec/perl-Data-Dumper/t/sortkeys.t
/usr/libexec/perl-Data-Dumper/t/sparseseen.t
/usr/libexec/perl-Data-Dumper/t/terse.t
/usr/libexec/perl-Data-Dumper/t/toaster.t
/usr/libexec/perl-Data-Dumper/t/trailing_comma.t
/usr/libexec/perl-Data-Dumper/t/values.t
/usr/libexec/perl-Data-Dumper/test
References
Summary
In this tutorial we learn how to install perl-Data-Dumper-tests
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).