gsl-config

Libraries and the header files for GSL development

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