How to Install and Uninstall swaks Package on Kali Linux

Last updated: May 11,2024

1. Install "swaks" package

This guide let you learn how to install swaks on Kali Linux

$ sudo apt update $ sudo apt install swaks

2. Uninstall "swaks" package

This guide let you learn how to uninstall swaks on Kali Linux:

$ sudo apt remove swaks $ sudo apt autoclean && sudo apt autoremove

3. Information about the swaks package on Kali Linux

Package: swaks
Version: 20240103.0-1
Installed-Size: 313
Maintainer: Andreas Metzler
Architecture: all
Depends: perl:any
Recommends: libio-socket-inet6-perl, libnet-dns-perl, libnet-ssleay-perl
Suggests: libauthen-ntlm-perl, libauthen-sasl-perl, perl-doc
Size: 117808
SHA256: de3ef6e2943ede5c0d66e025f6c6b06b826b72a68d7c60a89306241e87175a29
SHA1: 09cbefe6362c277038bc0aebebfd59368af1fbdf
MD5sum: ed8be30a276dc2570a4d49ef526c7025
Description: SMTP command-line test tool
swaks (Swiss Army Knife SMTP) is a command-line tool written in Perl
for testing SMTP setups; it supports STARTTLS and SMTP AUTH (PLAIN,
LOGIN, CRAM-MD5, SPA, and DIGEST-MD5). swaks allows one to stop the
SMTP dialog at any stage, e.g to check RCPT TO: without actually
sending a mail.
.
If you are spending too much time iterating "telnet foo.example 25"
swaks is for you.
Description-md5:
Multi-Arch: foreign
Homepage: https://www.jetmore.org/john/code/swaks/
Tag: implemented-in::perl, interface::commandline, mail::smtp,
protocol::ipv6, protocol::smtp, role::program, scope::utility,
use::checking, works-with::mail
Section: mail
Priority: optional
Filename: pool/main/s/swaks/swaks_20240103.0-1_all.deb