How To Install perl-Command-Runner on Fedora 36
Introduction
In this tutorial we learn how to install perl-Command-Runner on Fedora 36.
What is perl-Command-Runner
This module runs external commands and Perl code references.
We can use yum or dnf to install perl-Command-Runner on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install perl-Command-Runner.
Install perl-Command-Runner 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-Command-Runner using dnf by running the following command:
sudo dnf -y install perl-Command-Runner
Install perl-Command-Runner 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-Command-Runner using yum by running the following command:
sudo yum -y install perl-Command-Runner
How To Uninstall perl-Command-Runner on Fedora 36
To uninstall only the perl-Command-Runner package we can use the following command:
sudo dnf remove perl-Command-Runner
perl-Command-Runner Package Contents on Fedora 36
/usr/share/doc/perl-Command-Runner
/usr/share/doc/perl-Command-Runner/Changes
/usr/share/licenses/perl-Command-Runner
/usr/share/licenses/perl-Command-Runner/LICENSE
/usr/share/man/man3/Command::Runner.3pm.gz
/usr/share/man/man3/Command::Runner::Format.3pm.gz
/usr/share/man/man3/Command::Runner::LineBuffer.3pm.gz
/usr/share/man/man3/Command::Runner::Quote.3pm.gz
/usr/share/man/man3/Command::Runner::Timeout.3pm.gz
/usr/share/perl5/vendor_perl/Command
/usr/share/perl5/vendor_perl/Command/Runner
/usr/share/perl5/vendor_perl/Command/Runner.pm
/usr/share/perl5/vendor_perl/Command/Runner/Format.pm
/usr/share/perl5/vendor_perl/Command/Runner/LineBuffer.pm
/usr/share/perl5/vendor_perl/Command/Runner/Quote.pm
/usr/share/perl5/vendor_perl/Command/Runner/Timeout.pm
References
Summary
In this tutorial we learn how to install perl-Command-Runner on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).