x86_64-linux-gnu-cpp
GNU C preprocessor (cpp)
Install
- All systems
-
curl cmd.cat/x86_64-linux-gnu-cpp.sh
- Debian
-
apt-get install cpp
- Ubuntu
-
apt-get install cpp
- Kali Linux
-
apt-get install cpp
- CentOS
-
yum install cpp
- Fedora
-
dnf install gcc-x86_64-linux-gnu
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install cpp
- Raspbian
-
apt-get install cpp
- Dockerfile
- dockerfile.run/x86_64-linux-gnu-cpp
cpp
GNU C preprocessor (cpp)
The GNU C preprocessor is a macro processor that is used automatically by the GNU C compiler to transform programs before actual compilation. This package has been separated from gcc for the benefit of those who require the preprocessor but not the compiler. This is a dependency package providing the default GNU C preprocessor.