How To Install perlbrew-tests on Fedora 36
Introduction
In this tutorial we learn how to install perlbrew-tests
on Fedora 36.
What is perlbrew-tests
Tests from perlbrew. Execute them with “/usr/libexec/perlbrew/test”.
We can use yum
or dnf
to install perlbrew-tests
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install perlbrew-tests.
Install perlbrew-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 perlbrew-tests
using dnf
by running the following command:
sudo dnf -y install perlbrew-tests
Install perlbrew-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 perlbrew-tests
using yum
by running the following command:
sudo yum -y install perlbrew-tests
How To Uninstall perlbrew-tests on Fedora 36
To uninstall only the perlbrew-tests
package we can use the following command:
sudo dnf remove perlbrew-tests
perlbrew-tests Package Contents on Fedora 36
/usr/libexec/perlbrew
/usr/libexec/perlbrew/script
/usr/libexec/perlbrew/script/perlbrew
/usr/libexec/perlbrew/t
/usr/libexec/perlbrew/t/00.load.t
/usr/libexec/perlbrew/t/01.options.t
/usr/libexec/perlbrew/t/02.format_perl_version.t
/usr/libexec/perlbrew/t/03.test_get_available_versions.t
/usr/libexec/perlbrew/t/04.find_available_perls.t
/usr/libexec/perlbrew/t/05.get_current_perl.t
/usr/libexec/perlbrew/t/06.installed_perls.t
/usr/libexec/perlbrew/t/07.argv.t
/usr/libexec/perlbrew/t/08.error_available.t
/usr/libexec/perlbrew/t/08.error_install.t
/usr/libexec/perlbrew/t/08.error_install_blead.t
/usr/libexec/perlbrew/t/08.error_install_cpanm.t
/usr/libexec/perlbrew/t/09.exit_status.t
/usr/libexec/perlbrew/t/10.resolve.t
/usr/libexec/perlbrew/t/11.editdist.t
/usr/libexec/perlbrew/t/11.root_from_arg.t
/usr/libexec/perlbrew/t/12.destdir.t
/usr/libexec/perlbrew/t/12.sitecustomize.t
/usr/libexec/perlbrew/t/13.perl_release.t
/usr/libexec/perlbrew/t/14.perl_version_parsing.t
/usr/libexec/perlbrew/t/15.no-reuse-build-dir.t
/usr/libexec/perlbrew/t/16.release-detail.t
/usr/libexec/perlbrew/t/17.release-detail-cperl-local.t
/usr/libexec/perlbrew/t/17.release-detail-cperl-remote.t
/usr/libexec/perlbrew/t/18.release-detail-perl-local.t
/usr/libexec/perlbrew/t/18.release-detail-perl-remote.t
/usr/libexec/perlbrew/t/app-perlbrew-path-installation.t
/usr/libexec/perlbrew/t/app-perlbrew-path.t
/usr/libexec/perlbrew/t/bashrc_content.t
/usr/libexec/perlbrew/t/builddir.t
/usr/libexec/perlbrew/t/command-alias.t
/usr/libexec/perlbrew/t/command-available.t
/usr/libexec/perlbrew/t/command-clone-modules.t
/usr/libexec/perlbrew/t/command-compgen.t
/usr/libexec/perlbrew/t/command-display-rc.t
/usr/libexec/perlbrew/t/command-env.t
/usr/libexec/perlbrew/t/command-exec.t
/usr/libexec/perlbrew/t/command-help.t
/usr/libexec/perlbrew/t/command-info.t
/usr/libexec/perlbrew/t/command-install-cpanm.t
/usr/libexec/perlbrew/t/command-install-from-archive.t
/usr/libexec/perlbrew/t/command-install-patchperl.t
/usr/libexec/perlbrew/t/command-install.t
/usr/libexec/perlbrew/t/command-lib.t
/usr/libexec/perlbrew/t/command-list.t
/usr/libexec/perlbrew/t/current_perl.t
/usr/libexec/perlbrew/t/current_shell.t
/usr/libexec/perlbrew/t/do_system.t
/usr/libexec/perlbrew/t/failure-command-install-cpanm.t
/usr/libexec/perlbrew/t/failure-command-install-patchperl.t
/usr/libexec/perlbrew/t/fake-bin
/usr/libexec/perlbrew/t/fake-bin/curl
/usr/libexec/perlbrew/t/home.t
/usr/libexec/perlbrew/t/http-program-control.t
/usr/libexec/perlbrew/t/http-ua-detect-non-curl.t
/usr/libexec/perlbrew/t/http-ua-detect.t
/usr/libexec/perlbrew/t/http.t
/usr/libexec/perlbrew/t/installation-perlbrew.t
/usr/libexec/perlbrew/t/installation.t
/usr/libexec/perlbrew/t/installation2.t
/usr/libexec/perlbrew/t/installation3.t
/usr/libexec/perlbrew/t/list_modules.t
/usr/libexec/perlbrew/t/test.tar.gz
/usr/libexec/perlbrew/t/test_helpers.pl
/usr/libexec/perlbrew/t/unit-files-are-the-same.t
/usr/libexec/perlbrew/test
References
Summary
In this tutorial we learn how to install perlbrew-tests
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).