How to Install and Uninstall perl-Email-MIME-ContentType.noarch Package on Red Hat Enterprise Linux 8 (RHEL 8)

Last updated: October 15,2024

1. Install "perl-Email-MIME-ContentType.noarch" package

Please follow the guidelines below to install perl-Email-MIME-ContentType.noarch on Red Hat Enterprise Linux 8 (RHEL 8)

$ sudo dnf update $ sudo dnf install perl-Email-MIME-ContentType.noarch

2. Uninstall "perl-Email-MIME-ContentType.noarch" package

This guide covers the steps necessary to uninstall perl-Email-MIME-ContentType.noarch on Red Hat Enterprise Linux 8 (RHEL 8):

$ sudo dnf remove perl-Email-MIME-ContentType.noarch $ sudo dnf autoremove

3. Information about the perl-Email-MIME-ContentType.noarch package on Red Hat Enterprise Linux 8 (RHEL 8)

Last metadata expiration check: 1:48:30 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : perl-Email-MIME-ContentType
Version : 1.024
Release : 1.el8
Architecture : noarch
Size : 29 k
Source : perl-Email-MIME-ContentType-1.024-1.el8.src.rpm
Repository : epel
Summary : Parse a MIME Content-Type Header
URL : https://metacpan.org/release/Email-MIME-ContentType
License : GPL+ or Artistic
Description : This module is responsible for parsing email content type headers according
: to section 5.1 of RFC 2045. It returns a hash with entries for the type, the
: subtype, and a hash of attributes.
:
: For backward compatibility with a really unfortunate misunderstanding of RFC
: 2045 by the early implementors of this module, 'discrete' and 'composite' are
: also present in the returned hashref, with the values of 'type' and 'subtype'
: respectively.