How to Install and Uninstall perl-MIME-tools.noarch Package on CentOS 7 / RHEL 7

Last updated: April 19,2024

1. Install "perl-MIME-tools.noarch" package

Learn how to install perl-MIME-tools.noarch on CentOS 7 / RHEL 7

$ sudo yum makecache $ sudo yum install perl-MIME-tools.noarch

2. Uninstall "perl-MIME-tools.noarch" package

In this section, we are going to explain the necessary steps to uninstall perl-MIME-tools.noarch on CentOS 7 / RHEL 7:

$ sudo yum remove perl-MIME-tools.noarch $ sudo yum autoremove

3. Information about the perl-MIME-tools.noarch package on CentOS 7 / RHEL 7

Installed Packages
Name : perl-MIME-tools
Arch : noarch
Version : 5.505
Release : 1.el7
Size : 523 k
Repo : installed
From repo : epel
Summary : Modules for parsing and creating MIME entities in Perl
URL : http://search.cpan.org/dist/MIME-tools/
License : GPL+ or Artistic
Description : MIME-tools - modules for parsing (and creating!) MIME entities.
: Modules in this toolkit: Abstract message holder (file, scalar,
: etc.), OO interface for decoding MIME messages, an extracted and
: decoded MIME entity, Mail::Field subclasses for parsing fields, a
: parsed MIME header (Mail::Header subclass), parser and tool for
: building your own MIME parser, and utilities.