How To Install perl-App-Rad on Fedora 36
Introduction
In this tutorial we learn how to install perl-App-Rad
on Fedora 36.
What is perl-App-Rad
App command-line applications. It can easily transform your Perl one-liners into reusable subroutines than can be called directly by the user of your program. It also tries to provide a handy interface for your common command-line tasks.
We can use yum
or dnf
to install perl-App-Rad
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install perl-App-Rad.
Install perl-App-Rad 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-App-Rad
using dnf
by running the following command:
sudo dnf -y install perl-App-Rad
Install perl-App-Rad 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-App-Rad
using yum
by running the following command:
sudo yum -y install perl-App-Rad
How To Uninstall perl-App-Rad on Fedora 36
To uninstall only the perl-App-Rad
package we can use the following command:
sudo dnf remove perl-App-Rad
perl-App-Rad Package Contents on Fedora 36
/usr/share/doc/perl-App-Rad
/usr/share/doc/perl-App-Rad/Changes
/usr/share/doc/perl-App-Rad/README
/usr/share/man/man3/App::Rad.3pm.gz
/usr/share/man/man3/App::Rad::Exclude.3pm.gz
/usr/share/man/man3/App::Rad::Help.3pm.gz
/usr/share/man/man3/App::Rad::Include.3pm.gz
/usr/share/man/man3/App::Rad::Plugin.3pm.gz
/usr/share/perl5/vendor_perl/App
/usr/share/perl5/vendor_perl/App/Rad
/usr/share/perl5/vendor_perl/App/Rad.pm
/usr/share/perl5/vendor_perl/App/Rad/Config.pm
/usr/share/perl5/vendor_perl/App/Rad/Exclude.pm
/usr/share/perl5/vendor_perl/App/Rad/Help.pm
/usr/share/perl5/vendor_perl/App/Rad/Include.pm
/usr/share/perl5/vendor_perl/App/Rad/Plugin.pod
References
Summary
In this tutorial we learn how to install perl-App-Rad
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).