How to Install guile-2.0-dev in Ubuntu 18.04



Install guile-2.0-dev by entering the following commands in the terminal:

sudo apt update
sudo apt install guile-2.0-dev

Description:

Development files for Guile 2.0

This package contains files needed for development using Guile 2.0. . Guile is a Scheme implementation designed for real world programming, providing a rich Unix interface, a module system, an interpreter, and many extension languages. Guile can be used as a standard #! style interpreter, via #!/usr/bin/guile, or as an extension language for other applications via libguile.

Homepage: http://www.gnu.org/software/guile/

Version: 2.0.13+1-5build2

Section: lisp