nscd

GNU C Library: Name Service Cache Daemon

Install

All systems
curl cmd.cat/nscd.sh
Debian Debian
apt-get install nscd
Ubuntu
apt-get install nscd
Arch Arch Linux
pacman -S nscd
image/svg+xml Kali Linux
apt-get install nscd
CentOS
yum install nscd
Fedora
dnf install nscd
Windows (WSL2)
sudo apt-get update sudo apt-get install nscd
Raspbian
apt-get install nscd

nscd

GNU C Library: Name Service Cache Daemon

A daemon which handles passwd, group and host lookups for running programs and caches the results for the next query. You should install this package only if you use slow services like LDAP, NIS or NIS+.

unscd

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.

glibc-arm-linux-gnu

at arm-linux-gnu

glibc

The GNU libc libraries