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

Last updated: October 11,2024

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

Please follow the step by step instructions below to install php-laminas-mail.noarch on Fedora 36

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

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

Please follow the guidelines below to uninstall php-laminas-mail.noarch on Fedora 36:

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

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

Last metadata expiration check: 5:50:56 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : php-laminas-mail
Version : 2.17.0
Release : 1.fc36.remi
Architecture : noarch
Size : 88 k
Source : php-laminas-mail-2.17.0-1.fc36.remi.src.rpm
Repository : remi
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/