How to Install ccache in Ubuntu 18.04



Install ccache by entering the following commands in the terminal:

sudo apt update
sudo apt install ccache

Description:

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

ccache is a compiler cache. It speeds up recompilation by caching previous compilations and detecting when the same compilation is being done again. Supported languages are C, C++, Objective-C and Objective-C++.

Homepage: https://ccache.samba.org

Version: 3.4.1-1

Section: devel