How To Install perl-MIME-tools on Rocky Linux 8
Introduction
In this tutorial we learn how to install perl-MIME-tools
on Rocky Linux 8.
What is perl-MIME-tools
MIME-tools - modules for parsing (and creating!) MIME entities. Modules in this toolkit decoding MIME messages, an extracted and decoded MIME entity, Mail subclasses for parsing fields, a parsed MIME header (Mail parser and tool for building your own MIME parser, and utilities.
We can use yum
or dnf
to install perl-MIME-tools
on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install perl-MIME-tools.
Install perl-MIME-tools 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-MIME-tools
using dnf
by running the following command:
sudo dnf -y install perl-MIME-tools
Install perl-MIME-tools 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-MIME-tools
using yum
by running the following command:
sudo yum -y install perl-MIME-tools
How To Uninstall perl-MIME-tools on Rocky Linux 8
To uninstall only the perl-MIME-tools
package we can use the following command:
sudo dnf remove perl-MIME-tools
perl-MIME-tools Package Contents on Rocky Linux 8
/usr/bin/mimedump
/usr/bin/mimeencode
/usr/bin/mimeexplode
/usr/bin/mimepostcard
/usr/bin/mimesend
/usr/share/doc/perl-MIME-tools
/usr/share/doc/perl-MIME-tools/ChangeLog
/usr/share/doc/perl-MIME-tools/README
/usr/share/doc/perl-MIME-tools/examples
/usr/share/doc/perl-MIME-tools/examples/README
/usr/share/doc/perl-MIME-tools/examples/mimeabuse
/usr/share/doc/perl-MIME-tools/examples/mimeprint
/usr/share/doc/perl-MIME-tools/examples/mimeref
/usr/share/doc/perl-MIME-tools/examples/mimesender
/usr/share/doc/perl-MIME-tools/examples/mimetour
/usr/share/licenses/perl-MIME-tools
/usr/share/licenses/perl-MIME-tools/COPYING
/usr/share/man/man1/mimedump.1.gz
/usr/share/man/man1/mimeencode.1.gz
/usr/share/man/man1/mimeexplode.1.gz
/usr/share/man/man1/mimepostcard.1.gz
/usr/share/man/man1/mimesend.1.gz
/usr/share/man/man3/MIME::Body.3pm.gz
/usr/share/man/man3/MIME::Decoder.3pm.gz
/usr/share/man/man3/MIME::Decoder::Base64.3pm.gz
/usr/share/man/man3/MIME::Decoder::BinHex.3pm.gz
/usr/share/man/man3/MIME::Decoder::Binary.3pm.gz
/usr/share/man/man3/MIME::Decoder::Gzip64.3pm.gz
/usr/share/man/man3/MIME::Decoder::NBit.3pm.gz
/usr/share/man/man3/MIME::Decoder::QuotedPrint.3pm.gz
/usr/share/man/man3/MIME::Decoder::UU.3pm.gz
/usr/share/man/man3/MIME::Entity.3pm.gz
/usr/share/man/man3/MIME::Field::ConTraEnc.3pm.gz
/usr/share/man/man3/MIME::Field::ContDisp.3pm.gz
/usr/share/man/man3/MIME::Field::ContType.3pm.gz
/usr/share/man/man3/MIME::Field::ParamVal.3pm.gz
/usr/share/man/man3/MIME::Head.3pm.gz
/usr/share/man/man3/MIME::Parser.3pm.gz
/usr/share/man/man3/MIME::Parser::Filer.3pm.gz
/usr/share/man/man3/MIME::Parser::Reader.3pm.gz
/usr/share/man/man3/MIME::Parser::Results.3pm.gz
/usr/share/man/man3/MIME::Tools.3pm.gz
/usr/share/man/man3/MIME::WordDecoder.3pm.gz
/usr/share/man/man3/MIME::Words.3pm.gz
/usr/share/perl5/vendor_perl/MIME
/usr/share/perl5/vendor_perl/MIME/Body.pm
/usr/share/perl5/vendor_perl/MIME/Decoder
/usr/share/perl5/vendor_perl/MIME/Decoder.pm
/usr/share/perl5/vendor_perl/MIME/Decoder/Base64.pm
/usr/share/perl5/vendor_perl/MIME/Decoder/BinHex.pm
/usr/share/perl5/vendor_perl/MIME/Decoder/Binary.pm
/usr/share/perl5/vendor_perl/MIME/Decoder/Gzip64.pm
/usr/share/perl5/vendor_perl/MIME/Decoder/NBit.pm
/usr/share/perl5/vendor_perl/MIME/Decoder/QuotedPrint.pm
/usr/share/perl5/vendor_perl/MIME/Decoder/UU.pm
/usr/share/perl5/vendor_perl/MIME/Entity.pm
/usr/share/perl5/vendor_perl/MIME/Field
/usr/share/perl5/vendor_perl/MIME/Field/ConTraEnc.pm
/usr/share/perl5/vendor_perl/MIME/Field/ContDisp.pm
/usr/share/perl5/vendor_perl/MIME/Field/ContType.pm
/usr/share/perl5/vendor_perl/MIME/Field/ParamVal.pm
/usr/share/perl5/vendor_perl/MIME/Head.pm
/usr/share/perl5/vendor_perl/MIME/Parser
/usr/share/perl5/vendor_perl/MIME/Parser.pm
/usr/share/perl5/vendor_perl/MIME/Parser/Filer.pm
/usr/share/perl5/vendor_perl/MIME/Parser/Reader.pm
/usr/share/perl5/vendor_perl/MIME/Parser/Results.pm
/usr/share/perl5/vendor_perl/MIME/Tools.pm
/usr/share/perl5/vendor_perl/MIME/WordDecoder.pm
/usr/share/perl5/vendor_perl/MIME/Words.pm
References
Summary
In this tutorial we learn how to install perl-MIME-tools
on Rocky Linux 8 using yum and dnf.