How to Install and Uninstall php-PHPMailer.noarch Package on Fedora 34

Last updated: September 21,2024

1. Install "php-PHPMailer.noarch" package

Please follow the steps below to install php-PHPMailer.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install php-PHPMailer.noarch

2. Uninstall "php-PHPMailer.noarch" package

Please follow the guidelines below to uninstall php-PHPMailer.noarch on Fedora 34:

$ sudo dnf remove php-PHPMailer.noarch $ sudo dnf autoremove

3. Information about the php-PHPMailer.noarch package on Fedora 34

Last metadata expiration check: 1:39:36 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : php-PHPMailer
Version : 5.2.28
Release : 5.fc34
Architecture : noarch
Size : 131 k
Source : php-PHPMailer-5.2.28-5.fc34.src.rpm
Repository : fedora
Summary : PHP email transport class with a lot of features
URL : https://github.com/PHPMailer/PHPMailer
License : LGPLv2+
Description : Full Featured Email Transfer Class for PHP. PHPMailer features:
:
: * Supports emails digitally signed with S/MIME encryption!
: * Supports emails with multiple TOs, CCs, BCCs and REPLY-TOs
: * Works on any platform.
: * Supports Text & HTML emails.
: * Embedded image support.
: * Multipart/alternative emails for mail clients that do not read
: HTML email.
: * Flexible debugging.
: * Custom mail headers.
: * Redundant SMTP servers.
: * Support for 8bit, base64, binary, and quoted-printable encoding.
: * Word wrap.
: * Multiple fs, string, and binary attachments (those from database,
: string, etc).
: * SMTP authentication.
: * Tested on multiple SMTP servers: Sendmail, qmail, Postfix, Gmail,
: Imail, Exchange, etc.
: * Good documentation, many examples included in download.
: * It's swift, small, and simple.