How To Install perl-Module-Install on Rocky Linux 8
Introduction
In this tutorial we learn how to install perl-Module-Install
on Rocky Linux 8.
What is perl-Module-Install
Module distributions that are clean, simple, minimalist, act in a strictly correct manner with ExtUtils version 5.005 or newer.
We can use yum
or dnf
to install perl-Module-Install
on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install perl-Module-Install.
Install perl-Module-Install 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-Module-Install
using dnf
by running the following command:
sudo dnf -y install perl-Module-Install
Install perl-Module-Install 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-Module-Install
using yum
by running the following command:
sudo yum -y install perl-Module-Install
How To Uninstall perl-Module-Install on Rocky Linux 8
To uninstall only the perl-Module-Install
package we can use the following command:
sudo dnf remove perl-Module-Install
perl-Module-Install Package Contents on Rocky Linux 8
/usr/share/doc/perl-Module-Install
/usr/share/doc/perl-Module-Install/Changes
/usr/share/doc/perl-Module-Install/README
/usr/share/man/man3/Module::AutoInstall.3pm.gz
/usr/share/man/man3/Module::Install.3pm.gz
/usr/share/man/man3/Module::Install::API.3pm.gz
/usr/share/man/man3/Module::Install::Admin.3pm.gz
/usr/share/man/man3/Module::Install::Admin::Include.3pm.gz
/usr/share/man/man3/Module::Install::Admin::Manifest.3pm.gz
/usr/share/man/man3/Module::Install::Base.3pm.gz
/usr/share/man/man3/Module::Install::Bundle.3pm.gz
/usr/share/man/man3/Module::Install::Can.3pm.gz
/usr/share/man/man3/Module::Install::Compiler.3pm.gz
/usr/share/man/man3/Module::Install::Deprecated.3pm.gz
/usr/share/man/man3/Module::Install::External.3pm.gz
/usr/share/man/man3/Module::Install::FAQ.3pm.gz
/usr/share/man/man3/Module::Install::Makefile.3pm.gz
/usr/share/man/man3/Module::Install::PAR.3pm.gz
/usr/share/man/man3/Module::Install::Philosophy.3pm.gz
/usr/share/man/man3/Module::Install::Share.3pm.gz
/usr/share/man/man3/Module::Install::With.3pm.gz
/usr/share/man/man3/inc::Module::Install.3pm.gz
/usr/share/man/man3/inc::Module::Install::DSL.3pm.gz
/usr/share/perl5/vendor_perl/Module
/usr/share/perl5/vendor_perl/Module/AutoInstall.pm
/usr/share/perl5/vendor_perl/Module/Install
/usr/share/perl5/vendor_perl/Module/Install.pm
/usr/share/perl5/vendor_perl/Module/Install.pod
/usr/share/perl5/vendor_perl/Module/Install/API.pod
/usr/share/perl5/vendor_perl/Module/Install/Admin
/usr/share/perl5/vendor_perl/Module/Install/Admin.pm
/usr/share/perl5/vendor_perl/Module/Install/Admin/Bundle.pm
/usr/share/perl5/vendor_perl/Module/Install/Admin/Compiler.pm
/usr/share/perl5/vendor_perl/Module/Install/Admin/Find.pm
/usr/share/perl5/vendor_perl/Module/Install/Admin/Include.pm
/usr/share/perl5/vendor_perl/Module/Install/Admin/Makefile.pm
/usr/share/perl5/vendor_perl/Module/Install/Admin/Manifest.pm
/usr/share/perl5/vendor_perl/Module/Install/Admin/Metadata.pm
/usr/share/perl5/vendor_perl/Module/Install/Admin/ScanDeps.pm
/usr/share/perl5/vendor_perl/Module/Install/Admin/WriteAll.pm
/usr/share/perl5/vendor_perl/Module/Install/AutoInstall.pm
/usr/share/perl5/vendor_perl/Module/Install/Base.pm
/usr/share/perl5/vendor_perl/Module/Install/Bundle.pm
/usr/share/perl5/vendor_perl/Module/Install/Can.pm
/usr/share/perl5/vendor_perl/Module/Install/Compiler.pm
/usr/share/perl5/vendor_perl/Module/Install/DSL.pm
/usr/share/perl5/vendor_perl/Module/Install/Deprecated.pm
/usr/share/perl5/vendor_perl/Module/Install/External.pm
/usr/share/perl5/vendor_perl/Module/Install/FAQ.pod
/usr/share/perl5/vendor_perl/Module/Install/Fetch.pm
/usr/share/perl5/vendor_perl/Module/Install/Include.pm
/usr/share/perl5/vendor_perl/Module/Install/Inline.pm
/usr/share/perl5/vendor_perl/Module/Install/MakeMaker.pm
/usr/share/perl5/vendor_perl/Module/Install/Makefile.pm
/usr/share/perl5/vendor_perl/Module/Install/Metadata.pm
/usr/share/perl5/vendor_perl/Module/Install/PAR.pm
/usr/share/perl5/vendor_perl/Module/Install/Philosophy.pod
/usr/share/perl5/vendor_perl/Module/Install/Run.pm
/usr/share/perl5/vendor_perl/Module/Install/Scripts.pm
/usr/share/perl5/vendor_perl/Module/Install/Share.pm
/usr/share/perl5/vendor_perl/Module/Install/Win32.pm
/usr/share/perl5/vendor_perl/Module/Install/With.pm
/usr/share/perl5/vendor_perl/Module/Install/WriteAll.pm
/usr/share/perl5/vendor_perl/inc
/usr/share/perl5/vendor_perl/inc/Module
/usr/share/perl5/vendor_perl/inc/Module/Install
/usr/share/perl5/vendor_perl/inc/Module/Install.pm
/usr/share/perl5/vendor_perl/inc/Module/Install/DSL.pm
References
Summary
In this tutorial we learn how to install perl-Module-Install
on Rocky Linux 8 using yum and dnf.