How To Install perl-MIME-Types.noarch on Amazon Linux 2
Introduction
In this tutorial we learn how to install perl-MIME-Types.noarch on Amazon Linux 2.
What is perl-MIME-Types.noarch
MIME types are used in MIME compliant lines, for instance as part of e-mail and HTTP traffic, to indicate the type of content which is transmitted. Sometimes real knowledge about a mime-type is need. This module maintains a set of MIME each describe one known mime type. There are many types defined by RFCs and vendors, so the list is long but not complete. Please don’t hesitate to ask to add additional information.
We can use yum to install perl-MIME-Types.noarch on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install perl-MIME-Types.noarch.
Install perl-MIME-Types.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-MIME-Types.noarch using yum by running the following command:
sudo yum -y install perl-MIME-Types.noarch
How To Uninstall perl-MIME-Types.noarch on Amazon Linux 2
To uninstall only the perl-MIME-Types.noarch package we can use the following command:
sudo yum remove perl-MIME-Types.noarch
perl-MIME-Types.noarch Package Contents on Amazon Linux 2
/usr/share/doc/perl-MIME-Types-1.38
/usr/share/doc/perl-MIME-Types-1.38/ChangeLog
/usr/share/doc/perl-MIME-Types-1.38/README
/usr/share/man/man3/MIME::Type.3pm.gz
/usr/share/man/man3/MIME::Types.3pm.gz
/usr/share/perl5/vendor_perl/MIME
/usr/share/perl5/vendor_perl/MIME/Type.pm
/usr/share/perl5/vendor_perl/MIME/Type.pod
/usr/share/perl5/vendor_perl/MIME/Types.pm
/usr/share/perl5/vendor_perl/MIME/Types.pod
References
Summary
In this tutorial we learn how to install perl-MIME-Types.noarch on Amazon Linux 2 using yum.