How to Install libnghttp2-dev in Ubuntu 18.04



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

sudo apt update
sudo apt install libnghttp2-dev

Description:

library implementing HTTP/2 protocol (development files)

This is an implementation of the Hypertext Transfer Protocol version 2 in C. The framing layer of HTTP/2 is implemented as a reusable C library. . This package installs development files.

Homepage: https://nghttp2.org/

Version: 1.30.0-1ubuntu1

Section: libdevel