How to Install and Uninstall unscd Package on Kali Linux

Last updated: May 08,2024

1. Install "unscd" package

Please follow the guidance below to install unscd on Kali Linux

$ sudo apt update $ sudo apt install unscd

2. Uninstall "unscd" package

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

$ sudo apt remove unscd $ sudo apt autoclean && sudo apt autoremove

3. Information about the unscd package on Kali Linux

Package: unscd
Source: unscd (0.54-1)
Version: 0.54-1+b8
Installed-Size: 80
Maintainer: Don Armstrong
Architecture: amd64
Replaces: nscd
Provides: nscd
Depends: libc6 (>> 2.37), libc6 (<< 2.38), libsystemd0, lsb-base
Conflicts: nscd
Size: 21312
SHA256: 6495ad23bf7a6e751aeeff69cf165fb8a9eb08a5d010a9dfa256f6f0ab0f84f6
SHA1: 5d8e3449d387d60e5fe5df5fcfe451c1f48eb83b
MD5sum: b30753d9b2d13110b203be9efa8d48cc
Description: Micro Name Service Caching Daemon
A daemon which handles passwd, group and host lookups for running
programs and caches the results for the next query. You only need
this package if you are using slow Name Services like LDAP, NIS or
NIS+.
.
This particular NSCD is a complete rewrite of the GNU glibc nscd
which is a single threaded server process which offloads all NSS
lookups to worker children; cache hits are handled by the parent,
and only cache misses start worker children, making the parent immune
to resource leaks, hangs, and crashes in NSS libraries.
.
It should mostly be a drop-in replacement for existing installs using
nscd.
Description-md5:
Homepage: https://busybox.net/~vda/unscd/
Tag: implemented-in::c, interface::daemon, protocol::dns, role::program
Section: admin
Priority: optional
Filename: pool/main/u/unscd/unscd_0.54-1+b8_amd64.deb