How to Install and Uninstall php-pear-Mail.noarch Package on AlmaLinux 9

Last updated: July 02,2024

1. Install "php-pear-Mail.noarch" package

This is a short guide on how to install php-pear-Mail.noarch on AlmaLinux 9

$ sudo dnf update $ sudo dnf install php-pear-Mail.noarch

2. Uninstall "php-pear-Mail.noarch" package

Please follow the steps below to uninstall php-pear-Mail.noarch on AlmaLinux 9:

$ sudo dnf remove php-pear-Mail.noarch $ sudo dnf autoremove

3. Information about the php-pear-Mail.noarch package on AlmaLinux 9

Last metadata expiration check: 2:21:19 ago on Wed Mar 13 07:41:12 2024.
Available Packages
Name : php-pear-Mail
Version : 1.5.1
Release : 1.el9
Architecture : noarch
Size : 30 k
Source : php-pear-Mail-1.5.1-1.el9.src.rpm
Repository : epel
Summary : Class that provides multiple interfaces for sending emails
URL : http://pear.php.net/package/Mail
License : BSD-3-Clause
Description : PEAR's Mail package defines an interface for implementing mailers under the
: PEAR hierarchy. It also provides supporting functions useful to multiple
: mailer backends. Currently supported backends include: PHP's native
: mail() function, sendmail, and SMTP. This package also provides a RFC822
: email address list validation utility class.