guile

Guile Scheme interpreter. More information: <https://www.gnu.org/software/guile>.

Debian Debian
RUN apt-get update && \ apt-get install -y guile-2.0-libs
Ubuntu
RUN apt-get update && \ apt-get install -y guile-2.0-libs
Alpine
RUN apk add guile
Arch Arch Linux
RUN pacman -S --noconfirm guile
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y guile-2.0-libs
CentOS
RUN yum install -y guile-2.0-libs
Fedora
RUN dnf install -y guile-2.0-libs
Raspbian
RUN apt-get update && \ apt-get install -y guile-2.0-libs
click the source code to copy install guile on any operating system with command-not-found.com