LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Install software dev tools? (https://www.linuxquestions.org/questions/linux-newbie-8/install-software-dev-tools-560037/)

LGW 06-07-2007 05:00 PM

Install software dev tools?
 
Hi All,

I'm a very new Linux user. Today I installed Linux enterprise server 5. During the install it asked me if I wanted to install the software development part of the OS and I mistakenly said no. I went through the rest of the install thinking that I could simply add that module later but now that my install is complete I can't seem to find out how to add it? I tried add/remove programs but it appears that is not the way or maybe I'm missing something. Is there a way to install the software Dev tools now or do I need to re-install this again?

Thanks!

LGW

Okie 06-07-2007 05:02 PM

which distribution of Linux are you using?

LGW 06-07-2007 05:04 PM

Oops, sorry. It's Redhat.

Okie 06-07-2007 05:44 PM

there should be a way to install them without having to reinstall the whole operating system, i have not used redhat in many years so i can not say how to do it...

Zmyrgel 06-08-2007 12:33 AM

What programs you need?

RHEL5 uses yum package manager so you could type something like:
Code:

yum install gcc
to install C-compile for example.

jschiwal 06-08-2007 12:51 AM

For C++, you want to install g++ as well. When compiling packages from source, you often need the *-devel packages of dependencies as well to supply the needed headers.


All times are GMT -5. The time now is 05:08 AM.