How to Install and Uninstall nss-tlsd Package on Kali Linux

Last updated: October 05,2024

1. Install "nss-tlsd" package

In this section, we are going to explain the necessary steps to install nss-tlsd on Kali Linux

$ sudo apt update $ sudo apt install nss-tlsd

2. Uninstall "nss-tlsd" package

This guide let you learn how to uninstall nss-tlsd on Kali Linux:

$ sudo apt remove nss-tlsd $ sudo apt autoclean && sudo apt autoremove

3. Information about the nss-tlsd package on Kali Linux

Package: nss-tlsd
Source: nss-tls (1.1-3)
Version: 1.1-3+b1
Installed-Size: 63
Maintainer: Kan-Ru Chen (陳侃如)
Architecture: amd64
Depends: libc6 (>= 2.34), libglib2.0-0 (>= 2.44.0), libsoup2.4-1 (>= 2.41.90), init-system-helpers (>= 1.52)
Size: 14036
SHA256: 2734bd9005408f5457eccc4e4e8c880f610f15bffdc50ee8a8fc929d5a4255ac
SHA1: 13bb7af7ae5f1dd25dcf94c0de21804026acd28c
MD5sum: f7f440442fbb38f91ebec51b1ef12774
Description: encrypted DNS name resolution daemon
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 daemon to be used in conjunction with the
libnss-tls NSS module. The daemon runs in the background, receives
name resolving requests over a Unix socket and replies with resolved
addresses.
Description-md5:
Multi-Arch: foreign
Homepage: https://github.com/dimkr/nss-tls
Section: net
Priority: optional
Filename: pool/main/n/nss-tls/nss-tlsd_1.1-3+b1_amd64.deb