How to Install libc-ares-dev in Ubuntu 18.04



Install libc-ares-dev by entering the following commands in the terminal:

sudo apt update
sudo apt install libc-ares-dev

Description:

asynchronous name resolver - development files

c-ares is a C library that performs DNS requests and name resolution asynchronously. . It is a fork of the library named "ares", with additional features: * IPv6 support; * extended cross-platform portability; * 64-bit clean sources. . This package contains development files (headers and static libraries).

Homepage: https://c-ares.haxx.se/

Version: 1.14.0-1

Section: libdevel