How To Install perl-version-tests on Fedora 36
Introduction
In this tutorial we learn how to install perl-version-tests
on Fedora 36.
What is perl-version-tests
Tests from perl-version. Execute them with “/usr/libexec/perl-version/test”.
We can use yum
or dnf
to install perl-version-tests
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install perl-version-tests.
Install perl-version-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-version-tests
using dnf
by running the following command:
sudo dnf -y install perl-version-tests
Install perl-version-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-version-tests
using yum
by running the following command:
sudo yum -y install perl-version-tests
How To Uninstall perl-version-tests on Fedora 36
To uninstall only the perl-version-tests
package we can use the following command:
sudo dnf remove perl-version-tests
perl-version-tests Package Contents on Fedora 36
/usr/libexec/perl-version
/usr/libexec/perl-version/t
/usr/libexec/perl-version/t/00impl-pp.t
/usr/libexec/perl-version/t/01base.t
/usr/libexec/perl-version/t/02derived.t
/usr/libexec/perl-version/t/03require.t
/usr/libexec/perl-version/t/04strict_lax.t
/usr/libexec/perl-version/t/05sigdie.t
/usr/libexec/perl-version/t/06noop.t
/usr/libexec/perl-version/t/07locale.t
/usr/libexec/perl-version/t/08_corelist.t
/usr/libexec/perl-version/t/09_list_util.t
/usr/libexec/perl-version/t/10_lyon.t
/usr/libexec/perl-version/t/11_taint.t
/usr/libexec/perl-version/t/coretests.pm
/usr/libexec/perl-version/t/survey_locales
/usr/libexec/perl-version/test
References
Summary
In this tutorial we learn how to install perl-version-tests
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).