How to Install libc6-dev in Ubuntu 18.04



Install libc6-dev by entering the following commands in the terminal:

sudo apt update
sudo apt install libc6-dev

Description:

GNU C Library: Development Libraries and Header Files

Contains the symlinks, headers, and object files needed to compile and link programs which use the standard C library.

Homepage: https://www.gnu.org/software/libc/libc.html

Version: 2.27-3ubuntu1

Section: libdevel