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

Last updated: September 28,2024

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

This guide covers the steps necessary to install php-pear-Mail.noarch on AlmaLinux 8

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

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

This guide let you learn how to uninstall php-pear-Mail.noarch on AlmaLinux 8:

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

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

Last metadata expiration check: 0:08:29 ago on Mon Sep 5 03:22:42 2022.
Available Packages
Name : php-pear-Mail
Version : 1.4.1
Release : 6.el8
Architecture : noarch
Size : 34 k
Source : php-pear-Mail-1.4.1-6.el8.src.rpm
Repository : epel
Summary : Class that provides multiple interfaces for sending emails
URL : http://pear.php.net/package/Mail
License : BSD
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.