clang

Compiler for C, C++, and Objective-C source files. Can be used as a drop-in replacement for GCC. More information: <https://clang.llvm.org/docs/ClangCommandLineReference.html>.

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