if you want to install gcc on your linux server, this is the command you will need to send to download and install gcc automatically in your system.

INSTALL
yum install gcc


UPDATING
yum update gcc


* note, this is tested on redhat, fedora distribution. all other distro might be diffrent.