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

Last updated: September 30,2024

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

In this section, we are going to explain the necessary steps to install php-pear-Mail-Mime.noarch on Fedora 38

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

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

Here is a brief guide to show you how to uninstall php-pear-Mail-Mime.noarch on Fedora 38:

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

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

Last metadata expiration check: 4:06:11 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : php-pear-Mail-Mime
Version : 1.10.12
Release : 1.fc38.remi
Architecture : noarch
Size : 50 k
Source : php-pear-Mail-Mime-1.10.12-1.fc38.remi.src.rpm
Repository : remi
Summary : Classes to create MIME messages
URL : http://pear.php.net/package/Mail_Mime
License : BSD-3-Clause
Description : Mail_Mime provides classes to deal with the creation and manipulation
: of MIME messages. It allows people to create e-mail messages consisting of:
: * Text Parts
: * HTML Parts
: * Inline HTML Images
: * Attachments
: * Attached messages
:
: It supports big messages, base64 and quoted-printable encoding and
: non-ASCII characters in file names, subjects, recipients, etc. encoded
: using RFC2047 and/or RFC2231.