clang-cpp

This command is an alias of clang++.

Debian Debian
RUN apt-get update && \ apt-get install -y clang-7
Ubuntu
RUN apt-get update && \ apt-get install -y clang-8
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-7
CentOS
RUN yum install -y clang
Fedora
RUN dnf install -y clang
Raspbian
RUN apt-get update && \ apt-get install -y clang-4.0
click the source code to copy install clang-cpp on any operating system with command-not-found.com