How to Install and Uninstall gnutls-bin Package on Kali Linux

Last updated: May 16,2024

1. Install "gnutls-bin" package

This guide covers the steps necessary to install gnutls-bin on Kali Linux

$ sudo apt update $ sudo apt install gnutls-bin

2. Uninstall "gnutls-bin" package

Please follow the guidance below to uninstall gnutls-bin on Kali Linux:

$ sudo apt remove gnutls-bin $ sudo apt autoclean && sudo apt autoremove

3. Information about the gnutls-bin package on Kali Linux

Package: gnutls-bin
Source: gnutls28
Version: 3.8.3-1
Installed-Size: 1769
Maintainer: Debian GnuTLS Maintainers
Architecture: amd64
Depends: libc6 (>= 2.34), libgnutls-dane0 (>= 3.7.0), libgnutls30 (>= 3.8.2), libtasn1-6 (>= 4.14)
Size: 666320
SHA256: 1a2e81e1a9dc26b9910660d8679deaa06fa34e62f475423928e8fbc594d5a0b5
SHA1: 30c270010e0e87d3ea89661f8544390e276f3766
MD5sum: 9ffc1775e49c65162f6c4b0719f6a088
Description: GNU TLS library - commandline utilities
GnuTLS is a portable library which implements the Transport Layer
Security (TLS 1.0, 1.1, 1.2, 1.3) and Datagram
Transport Layer Security (DTLS 1.0, 1.2) protocols.
.
GnuTLS features support for:
- certificate path validation, as well as DANE and trust on first use.
- the Online Certificate Status Protocol (OCSP).
- public key methods, including RSA and Elliptic curves, as well as password
and key authentication methods such as SRP and PSK protocols.
- all the strong encryption algorithms, including AES and Camellia.
- CPU-assisted cryptography with VIA padlock and AES-NI instruction sets.
- HSMs and cryptographic tokens, via PKCS #11.
.
This package contains a commandline interface to the GNU TLS library, which
can be used to set up secure connections from e.g. shell scripts, debugging
connection issues or managing certificates.
.
Useful utilities include:
- TLS termination: gnutls-cli, gnutls-serv
- key and certificate management: certtool, ocsptool, p11tool
- credential management: srptool, psktool
Description-md5:
Multi-Arch: foreign
Homepage: https://www.gnutls.org/
Tag: implemented-in::c, interface::commandline, network::client,
network::server, protocol::ssl, role::program, security::cryptography,
suite::gnu
Section: net
Priority: optional
Filename: pool/main/g/gnutls28/gnutls-bin_3.8.3-1_amd64.deb