How To Install perl-File-HomeDir.noarch on Amazon Linux 2

In this tutorial we learn how to install perl-File-HomeDir.noarch in Amazon Linux 2. perl-File-HomeDir.noarch is Find your home and other directories on any platform

Introduction

In this tutorial we learn how to install perl-File-HomeDir.noarch on Amazon Linux 2.

What is perl-File-HomeDir.noarch

File “owned” by a user (typically your user) and to solve the various issues that arise trying to find them consistently across a wide variety of platforms.

We can use yum to install perl-File-HomeDir.noarch on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install perl-File-HomeDir.noarch.

Install perl-File-HomeDir.noarch on Amazon Linux 2 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install perl-File-HomeDir.noarch using yum by running the following command:

sudo yum -y install perl-File-HomeDir.noarch

How To Uninstall perl-File-HomeDir.noarch on Amazon Linux 2

To uninstall only the perl-File-HomeDir.noarch package we can use the following command:

sudo yum remove perl-File-HomeDir.noarch

perl-File-HomeDir.noarch Package Contents on Amazon Linux 2

/usr/share/doc/perl-File-HomeDir-1.00
/usr/share/doc/perl-File-HomeDir-1.00/Changes
/usr/share/doc/perl-File-HomeDir-1.00/LICENSE
/usr/share/doc/perl-File-HomeDir-1.00/README
/usr/share/man/man3/File::HomeDir.3pm.gz
/usr/share/man/man3/File::HomeDir::Darwin.3pm.gz
/usr/share/man/man3/File::HomeDir::Darwin::Carbon.3pm.gz
/usr/share/man/man3/File::HomeDir::Darwin::Cocoa.3pm.gz
/usr/share/man/man3/File::HomeDir::Driver.3pm.gz
/usr/share/man/man3/File::HomeDir::FreeDesktop.3pm.gz
/usr/share/man/man3/File::HomeDir::MacOS9.3pm.gz
/usr/share/man/man3/File::HomeDir::Test.3pm.gz
/usr/share/man/man3/File::HomeDir::Unix.3pm.gz
/usr/share/man/man3/File::HomeDir::Windows.3pm.gz
/usr/share/perl5/vendor_perl/File
/usr/share/perl5/vendor_perl/File/HomeDir
/usr/share/perl5/vendor_perl/File/HomeDir.pm
/usr/share/perl5/vendor_perl/File/HomeDir/Darwin
/usr/share/perl5/vendor_perl/File/HomeDir/Darwin.pm
/usr/share/perl5/vendor_perl/File/HomeDir/Darwin/Carbon.pm
/usr/share/perl5/vendor_perl/File/HomeDir/Darwin/Cocoa.pm
/usr/share/perl5/vendor_perl/File/HomeDir/Driver.pm
/usr/share/perl5/vendor_perl/File/HomeDir/FreeDesktop.pm
/usr/share/perl5/vendor_perl/File/HomeDir/MacOS9.pm
/usr/share/perl5/vendor_perl/File/HomeDir/Test.pm
/usr/share/perl5/vendor_perl/File/HomeDir/Unix.pm
/usr/share/perl5/vendor_perl/File/HomeDir/Windows.pm

References

Summary

In this tutorial we learn how to install perl-File-HomeDir.noarch on Amazon Linux 2 using yum.