How to Install and Uninstall php-mail Package on Kali Linux

Last updated: May 21,2024

1. Install "php-mail" package

Please follow the instructions below to install php-mail on Kali Linux

$ sudo apt update $ sudo apt install php-mail

2. Uninstall "php-mail" package

Please follow the instructions below to uninstall php-mail on Kali Linux:

$ sudo apt remove php-mail $ sudo apt autoclean && sudo apt autoremove

3. Information about the php-mail package on Kali Linux

Package: php-mail
Version: 1.4.1-1.1
Installed-Size: 123
Maintainer: Debian PHP PEAR Maintainers
Architecture: all
Depends: php-common
Recommends: php-net-smtp (>= 1.4.1)
Size: 21496
SHA256: 2aa2251a941130f99553c8fece463775b62519cdcae4f24e25aaa7193309bfa2
SHA1: 2e35eb0e17c072be43d09ac7d5adc5e6a09ae0c9
MD5sum: ef26bf1bfce9a50a4a69cc7ba7f62b18
Description: Class that provides multiple interfaces for sending emails
PEAR's Mail package defines an interface for implementing mailers under the
PEAR hierarchy. It also provides supporting functions useful to multiple
mailer backends. Currently supported backends include: PHP's native mail()
function, sendmail, and SMTP. This package also provides a RFC822 email
address list validation utility class.
Description-md5:
Homepage: https://pear.php.net/package/Mail
Tag: devel::lang:php, devel::library, implemented-in::php, mail::smtp,
network::client, protocol::smtp, role::devel-lib, role::program,
role::shared-lib, works-with::mail
Section: php
Priority: optional
Filename: pool/main/p/php-mail/php-mail_1.4.1-1.1_all.deb