valac

Vala code compiler. Tutorial: <https://wiki.gnome.org/Projects/Vala/Tutorial>. More information: <https://valadoc.org/>.

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