Linux Find Out What Compilers Are Installed or Available On The System
You can use the following commands to find out what compilers are installed or available on a Linux system: gcc -v: This will display information about the version of the GCC (GNU Compiler Collection) compiler that is installed, if any. whereis cc: This will show the location of the cc compiler, which is usually a … Read more