How to Install nscd software package in Ubuntu 14.04 LTS (Trusty Tahr)

How to Install nscd software package in Ubuntu 14.04 LTS (Trusty Tahr)

nscd software package provides Embedded GNU C Library: Name Service Cache Daemon, you can install in your Ubuntu 14.04 LTS (Trusty Tahr) by running the commands given below on the terminal,

$ sudo apt-get update
$ sudo apt-get install nscd 

nscd is installed in your system.

Make ensure the nscd package were installed using the commands given below,

$ sudo dpkg-query -l | grep nscd *

You will get with nscd package name, version, architecture and description in a table

nscd package basic information:

Distro Ubuntu 14 04 lts trusty tahr
Section Administration Utilities
Package nscd
Version 2.19-0ubuntu6.9 [amd64, i386],
Description Embedded GNU C Library: Name Service Cache Daemon
Sub Section Admin


See Also, How to uninstall or remove nscd software package from Ubuntu 14.04 LTS (Trusty Tahr)?