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

Last updated: July 03,2024

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

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

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

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

Please follow the step by step instructions below to uninstall perl-Email-Address.noarch on Red Hat Enterprise Linux 8 (RHEL 8):

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

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

Last metadata expiration check: 0:50:12 ago on Mon Feb 26 15:59:38 2024.
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.