how to check if gcc it is installed or not?
I want to know if I have gcc installed or not. I tried this:
[root@212 ~]# which gcc
/usr/bin/which: no gcc in (/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/root/bin)
[root@212 ~]# gcc v-
bash: gcc: command not found...