GNU/Linux Kali Switching GCC Version Guide
Hi! The Tutorial shows you Step-by-step How to Manage GCC Versions in GNU/Linux Kali Desktop.
And to Switch GCC on Kali Linux I make use of the useful update-alternatives Command Line Tool.
Finally, the GCC is a Compilers Collection currently supporting C, C++, Objective-C, Objective-C++, Fortran, Ada, D, Go, and BRIG (HSAIL) Languages.

1. Launching Terminal
How to Quick-Start with Command Line on Kali GNU/Linux
2. Querying for GCC
First, if needed Look up available GCCs
First, find out what the GCC in use:which gcc
Next to check for others available GCC Releases use the grep Command:ls -l /usr/bin | grep gcc
And in case of a GCC Source installation also:ls -l /usr/local/bin | grep gcc
The grep Command refine the output List showing only the Entries matching the Keyword.
Contents
Tags: Kali Linux Switch GCC, Kali Linux Switch GCC Version, Kali Switch GCC, Kali Switch GCC Version, Switch GCC Kali, Switch GCC Kali Linux, Switch GCC Version Kali, Switch GCC Version Kali Linux