How to Install musl-dev in Ubuntu 18.04



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

sudo apt update
sudo apt install musl-dev

Description:

standard C library development files

musl is lightweight, fast, simple, free and strives to be correct in the sense of standards-conformance and safety. . This package contains the static linked libraries and the include files.

Homepage: https://www.musl-libc.org/

Version: 1.1.19-1

Section: universe/libdevel