How to Install and Uninstall php-pear-Mail-Mime.noarch Package on Oracle Linux 9

Last updated: September 21,2024

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

Here is a brief guide to show you how to install php-pear-Mail-Mime.noarch on Oracle Linux 9

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

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

Please follow the instructions below to uninstall php-pear-Mail-Mime.noarch on Oracle Linux 9:

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

3. Information about the php-pear-Mail-Mime.noarch package on Oracle Linux 9

Last metadata expiration check: 0:29:54 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : php-pear-Mail-Mime
Version : 1.10.11
Release : 5.el9
Architecture : noarch
Size : 50 k
Source : php-pear-Mail-Mime-1.10.11-5.el9.src.rpm
Repository : epel
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.