How To Install perl-Perl4-CoreLibs on Rocky Linux 8
Introduction
In this tutorial we learn how to install perl-Perl4-CoreLibs on Rocky Linux 8.
What is perl-Perl4-CoreLibs
This is a collection of .pl files that have historically been bundled with the Perl core and were removed from perl 5.16. These files should not be used by new code. Functionally, most have been directly superseded by modules in the Perl 5 style. This collection exists to support old Perl programs that predates satisfactory replacements.
We can use yum or dnf to install perl-Perl4-CoreLibs on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install perl-Perl4-CoreLibs.
Install perl-Perl4-CoreLibs on Rocky Linux 8 Using dnf
Update yum database with dnf using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install perl-Perl4-CoreLibs using dnf by running the following command:
sudo dnf -y install perl-Perl4-CoreLibs
Install perl-Perl4-CoreLibs on Rocky Linux 8 Using yum
Update yum database with yum using the following command.
sudo yum makecache --refresh
After updating yum database, We can install perl-Perl4-CoreLibs using yum by running the following command:
sudo yum -y install perl-Perl4-CoreLibs
How To Uninstall perl-Perl4-CoreLibs on Rocky Linux 8
To uninstall only the perl-Perl4-CoreLibs package we can use the following command:
sudo dnf remove perl-Perl4-CoreLibs
perl-Perl4-CoreLibs Package Contents on Rocky Linux 8
/usr/share/doc/perl-Perl4-CoreLibs
/usr/share/doc/perl-Perl4-CoreLibs/Changes
/usr/share/doc/perl-Perl4-CoreLibs/README
/usr/share/man/man3/Perl4::CoreLibs.3pm.gz
/usr/share/perl5/vendor_perl/Perl4
/usr/share/perl5/vendor_perl/Perl4/CoreLibs.pm
/usr/share/perl5/vendor_perl/abbrev.pl
/usr/share/perl5/vendor_perl/assert.pl
/usr/share/perl5/vendor_perl/bigfloat.pl
/usr/share/perl5/vendor_perl/bigint.pl
/usr/share/perl5/vendor_perl/bigrat.pl
/usr/share/perl5/vendor_perl/cacheout.pl
/usr/share/perl5/vendor_perl/chat2.pl
/usr/share/perl5/vendor_perl/complete.pl
/usr/share/perl5/vendor_perl/ctime.pl
/usr/share/perl5/vendor_perl/dotsh.pl
/usr/share/perl5/vendor_perl/exceptions.pl
/usr/share/perl5/vendor_perl/fastcwd.pl
/usr/share/perl5/vendor_perl/find.pl
/usr/share/perl5/vendor_perl/finddepth.pl
/usr/share/perl5/vendor_perl/flush.pl
/usr/share/perl5/vendor_perl/ftp.pl
/usr/share/perl5/vendor_perl/getcwd.pl
/usr/share/perl5/vendor_perl/getopt.pl
/usr/share/perl5/vendor_perl/getopts.pl
/usr/share/perl5/vendor_perl/hostname.pl
/usr/share/perl5/vendor_perl/importenv.pl
/usr/share/perl5/vendor_perl/look.pl
/usr/share/perl5/vendor_perl/open2.pl
/usr/share/perl5/vendor_perl/open3.pl
/usr/share/perl5/vendor_perl/pwd.pl
/usr/share/perl5/vendor_perl/shellwords.pl
/usr/share/perl5/vendor_perl/stat.pl
/usr/share/perl5/vendor_perl/syslog.pl
/usr/share/perl5/vendor_perl/tainted.pl
/usr/share/perl5/vendor_perl/termcap.pl
/usr/share/perl5/vendor_perl/timelocal.pl
/usr/share/perl5/vendor_perl/validate.pl
References
Summary
In this tutorial we learn how to install perl-Perl4-CoreLibs on Rocky Linux 8 using yum and dnf.