x86_64-linux-gnu-g++

GNU C++ compiler

Debian Debian
RUN apt-get update && \ apt-get install -y g++
Ubuntu
RUN apt-get update && \ apt-get install -y g++
Alpine
RUN apk add g++
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y g++
Fedora
RUN dnf install -y gcc-c++-x86_64-linux-gnu
Raspbian
RUN apt-get update && \ apt-get install -y g++
click the source code to copy install x86_64-linux-gnu-g++ on any operating system with command-not-found.com