How to Install and Uninstall testssl.sh Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 03,2024

1. Install "testssl.sh" package

Here is a brief guide to show you how to install testssl.sh on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install testssl.sh

2. Uninstall "testssl.sh" package

In this section, we are going to explain the necessary steps to uninstall testssl.sh on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove testssl.sh $ sudo apt autoclean && sudo apt autoremove

3. Information about the testssl.sh package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: testssl.sh
Priority: extra
Section: universe/utils
Installed-Size: 190
Maintainer: Ubuntu Developers
Original-Maintainer: ChangZhuo Chen (陳昌倬)
Architecture: all
Version: 2.6+dfsg1-2
Depends: openssl (>= 1)
Filename: pool/universe/t/testssl.sh/testssl.sh_2.6+dfsg1-2_all.deb
Size: 50614
MD5sum: 63563491a097cc7e6e8eec4b1d028f65
SHA1: cb66017427e8e23d15adbd3deb3fc9ece604f8c6
SHA256: 0125f3adfc8866f334e946ecef8b298aa97fd50d108fdf1358f523fecd573c44
Description-en: Command line tool to check TLS/SSL ciphers, protocols and cryptographic flaws
testssl.sh is a free command line tool which checks a server's service
on any port for the support of TLS/SSL ciphers, protocols as well as
recent cryptographic flaws and more.
.
Key features
.
* Clear output: you can tell easily whether anything is good or bad
.
* Ease of installation: It works for Linux, Darwin, FreeBSD and
MSYS2/Cygwin out of the box: no need to install or configure
something, no gems, CPAN, pip or the like.
.
* Flexibility: You can test any SSL/TLS enabled and STARTTLS service,
not only webservers at port 443
.
* Toolbox: Several command line options help you to run YOUR test and
configure YOUR output
.
* Reliability: features are tested thoroughly
.
* Verbosity: If a particular check cannot be performed because of a
missing capability on your client side, you'll get a warning
.
* Privacy: It's only you who sees the result, not a third party
.
* Freedom: It's 100% open source. You can look at the code, see what's
going on and you can change it. Heck, even the development is open
(github)
Description-md5: 7d3ccd61642ab67b4d3a841894d82d88
Homepage: https://testssl.sh/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu