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

Last updated: October 05,2024

1. Install "php-laminas-mail.noarch" package

This is a short guide on how to install php-laminas-mail.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install php-laminas-mail.noarch

2. Uninstall "php-laminas-mail.noarch" package

Here is a brief guide to show you how to uninstall php-laminas-mail.noarch on Fedora 34:

$ sudo dnf remove php-laminas-mail.noarch $ sudo dnf autoremove

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

Last metadata expiration check: 1:43:09 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : php-laminas-mail
Version : 2.14.3
Release : 1.fc34
Architecture : noarch
Size : 84 k
Source : php-laminas-mail-2.14.3-1.fc34.src.rpm
Repository : updates
Summary : Laminas Framework Mail component
URL : https://github.com/laminas/laminas-mail
License : BSD
Description : Laminas\Mail provides generalized functionality to compose and send both text
: and MIME-compliant multipart email messages. Mail can be sent with Laminas\Mail
: via the Mail\Transport\Sendmail, Mail\Transport\Smtp or the
: Mail\Transport\File transport. Of course, you can also implement your own
: transport by implementing the Mail\Transport\TransportInterface.
:
: Documentation: https://docs.laminas.dev/laminas-mail/