Rpms Required

Sean Bruno sean.bruno at dsl-only.net
Mon Apr 24 05:04:58 UTC 2006


On Mon, 2006-04-24 at 10:28 +0530, sujit sugathan wrote:
> Hi Everyone,
> Can anyone please tell me where can I get the full rpms of
> gcc4.0.2 .What is the gcc version provided with FC5.
> thank you.
> 
> -- 
> sujit 
> -- 
> fedora-list mailing list
> fedora-list at redhat.com
> To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list

If you execute:

rpm -q gcc 

It will tell you what version you have, this is true for all packages,
if you want to see everything you have installed try:

rpm -q -a

If you just want the version that is install in your machine, run:

gcc -v

If you don't have gcc installed:

sudo yum -y install gcc

Good luck

Sean




More information about the users mailing list