How to Install and Uninstall libnss-tls Package on Kali Linux

Last updated: May 13,2024

1. Install "libnss-tls" package

This guide covers the steps necessary to install libnss-tls on Kali Linux

$ sudo apt update $ sudo apt install libnss-tls

2. Uninstall "libnss-tls" package

Here is a brief guide to show you how to uninstall libnss-tls on Kali Linux:

$ sudo apt remove libnss-tls $ sudo apt autoclean && sudo apt autoremove

3. Information about the libnss-tls package on Kali Linux

Package: libnss-tls
Source: nss-tls (1.1-3)
Version: 1.1-3+b1
Installed-Size: 35
Maintainer: Kan-Ru Chen (陳侃如)
Architecture: amd64
Depends: nss-tlsd (>= 1.1), libc6 (>= 2.34)
Size: 6840
SHA256: 7380ddea2955e2c2b806002b200c1f43d89e6a6f7b6c8953b0a36bb9d1297008
SHA1: 3192735720eb064f65927a50fd3cab9bba0019cc
MD5sum: a42809749b871982bdec74fb905da257
Description: NSS module for encrypted DNS name resolution
nss-tls is an alternative, encrypted name resolving library to use
with glibc, which uses DNS-over-HTTPS (DoH).
.
The glibc name resolver can be configured through nsswitch.conf(5) to
use nss-tls instead of the DNS resolver, or fall back to DNS when
nss-tls fails.
.
This way, all applications that use the standard resolver API
(getaddrinfo(), gethostbyname(), etc'), are transparently migrated
from DNS to encrypted means of name resolving, with zero
application-side changes and minimal resource consumption footprint.
However, nss-tls does not deal with applications that use their own,
built-in DNS resolver.
.
This package contains the NSS module, a tiny client library, which
delegates the resolving work to nss-tlsd through the Unix socket and
passes the results back to the application, without dependencies
other than libc.
Description-md5:
Multi-Arch: same
Homepage: https://github.com/dimkr/nss-tls
Section: net
Priority: optional
Filename: pool/main/n/nss-tls/libnss-tls_1.1-3+b1_amd64.deb