How to Install and Uninstall perl-Email-Address.noarch Package on CentOS 8 / RHEL 8

Last updated: May 14,2024

1. Install "perl-Email-Address.noarch" package

In this section, we are going to explain the necessary steps to install perl-Email-Address.noarch on CentOS 8 / RHEL 8

$ sudo dnf update $ sudo dnf install perl-Email-Address.noarch

2. Uninstall "perl-Email-Address.noarch" package

Please follow the guidance below to uninstall perl-Email-Address.noarch on CentOS 8 / RHEL 8:

$ sudo dnf remove perl-Email-Address.noarch $ sudo dnf autoremove

3. Information about the perl-Email-Address.noarch package on CentOS 8 / RHEL 8

Last metadata expiration check: 1 day, 6:36:35 ago on Sun May 9 13:03:46 2021.
Available Packages
Name : perl-Email-Address
Version : 1.912
Release : 5.el8
Architecture : noarch
Size : 45 k
Source : perl-Email-Address-1.912-5.el8.src.rpm
Repository : epel
Summary : RFC 2822 Address Parsing and Creation (DEPRECATED)
URL : https://metacpan.org/release/Email-Address
License : GPL+ or Artistic
Description : This class implements a regex-based RFC 2822 parser that locates email
: addresses in strings and returns a list of Email::Address objects found.
: Alternatively you may construct objects manually. The goal of this software
: is to be correct, and very very fast.