How to Install and Uninstall php-net-smtp Package on Kali Linux

Last updated: May 10,2024

1. Install "php-net-smtp" package

Here is a brief guide to show you how to install php-net-smtp on Kali Linux

$ sudo apt update $ sudo apt install php-net-smtp

2. Uninstall "php-net-smtp" package

Please follow the guidance below to uninstall php-net-smtp on Kali Linux:

$ sudo apt remove php-net-smtp $ sudo apt autoclean && sudo apt autoremove

3. Information about the php-net-smtp package on Kali Linux

Package: php-net-smtp
Version: 1.11.1-1
Installed-Size: 92
Maintainer: Debian PHP PEAR Maintainers
Architecture: all
Depends: php-pear, php-common, php-net-socket (>= 1.0.7)
Recommends: php-auth-sasl (>= 1.0.5)
Size: 20196
SHA256: 1498fb23045595220d8f805cc2e71c7c7f7a573d5239c9ffb8e18e43ebb4234c
SHA1: 389481ca0816af072c8d2d241c9f64082b02d6c6
MD5sum: 0d3f2989c1a65d46960b1f022b409289
Description: PHP PEAR module implementing SMTP protocol
Provides an implementation of the SMTP protocol using PEAR's Net_Socket class.
The php-net-smtp package supports the SMTP authentication standard (as defined
by RFC-2554) if you also install the php-auth-sasl package. Net_SMTP then
supports several authentication methods like DIGEST-MD5, CRAM-MD5, LOGIN and
PLAIN.
Description-md5:
Homepage: https://pear.php.net/package/Net_SMTP
Tag: devel::lang:php, devel::library, implemented-in::php, mail::smtp,
mail::transport-agent, network::client, protocol::smtp,
role::devel-lib, role::program, role::shared-lib,
security::authentication, works-with::mail
Section: php
Priority: optional
Filename: pool/main/p/php-net-smtp/php-net-smtp_1.11.1-1_all.deb