Link to home
Start Free TrialLog in
Avatar of ainsupport
ainsupport

asked on

Red hat developer tools

I installed Red Hat Linux Enterprise 5 but i cant be able to add developer tools with yum groupinstall 'Development Tools', can someone advice what to do.
Avatar of Seth Simmons
Seth Simmons
Flag of United States of America image

what error are you getting?
You need to install yum-utils first:

yum install yum-utils

Then:
yum groupinstall "Development Tools"      (in double quotes "")
Groupinstall is part of the yum command. There is no need to install yum-utils.
Avatar of ainsupport
ainsupport

ASKER

did:
yum groupinstall "Development Tools"

And i got:
Loaded plugins: product-id, security, subscription-manager
Updating Red Hat repositories.
Setting up Group Process
Warning: Group Development Tools does not exist.
No packages in any requested group available to install or update

CAN SOMEONE ADVICE...
if you do yum grouplist do you see that listed under available groups?
ASKER CERTIFIED SOLUTION
Avatar of Mazdajai
Mazdajai
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial