How to Install libyaml-dev in Ubuntu 18.04



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

sudo apt update
sudo apt install libyaml-dev

Description:

Fast YAML 1.1 parser and emitter library (development)

LibYAML is a C library for parsing and emitting data in YAML 1.1, a human-readable data serialization format. . This package contains development headers and static libraries.

Homepage: http://pyyaml.org/wiki/LibYAML

Version: 0.1.7-2ubuntu3

Section: libdevel