ccache

Compiler cache for fast recompilation of C/C++ code

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