How to Install and Uninstall php-pear-Mail.noarch Package on Fedora 36

Last updated: January 11,2025

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

Please follow the guidelines below to install php-pear-Mail.noarch on Fedora 36

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

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

This tutorial shows how to uninstall php-pear-Mail.noarch on Fedora 36:

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

3. Information about the php-pear-Mail.noarch package on Fedora 36

Last metadata expiration check: 5:48:27 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : php-pear-Mail
Version : 1.4.1
Release : 11.fc36
Architecture : noarch
Size : 29 k
Source : php-pear-Mail-1.4.1-11.fc36.src.rpm
Repository : fedora
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.