tcc

A tiny C compiler that can run C source files as scripts and otherwise has command-line options similar to gcc. More information: <https://bellard.org/tcc/tcc-doc.html>.

Debian Debian
RUN apt-get update && \ apt-get install -y tcc
Ubuntu
RUN apt-get update && \ apt-get install -y tcc
Arch Arch Linux
RUN pacman -S --noconfirm tcc
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y tcc
Raspbian
RUN apt-get update && \ apt-get install -y tcc
click the source code to copy install tcc on any operating system with command-not-found.com