25

This question seems to have been asked here already. My IT department installed the OS so I don't know how to register it properly but I do have root access. Is there a way to get the same packages using the CentOS repositories maybe? I'd also like to install IceWM but without a compiler I can't even build it myself.

dromodel
  • 565
  • If you come into this Q, one of the duplicate Q's to this actually has a much better answer: http://unix.stackexchange.com/questions/102354/install-g-on-rhel-6 – slm Nov 24 '13 at 04:47

1 Answers1

38

You should be able to just do yum install gcc-c++ if the repos are set up. Give that a try first (you can see what repos are installed with yum repolist).

Kevin
  • 40,767
apenney
  • 481