Re: [plug] Build-Essential Equivalent?

2008-06-17 Thread david t. asuncion, jr.
Thanks to everybody who replied. Great help! On Tue, Jun 17, 2008 at 4:55 PM, Edel SM <[EMAIL PROTECTED]> wrote: > On 6/17/08, david t. asuncion, jr. <[EMAIL PROTECTED]> wrote: > > For rpm based distros, how do I do that with YUM? Can someone please > give > > me the exact line of command? > >

Re: [plug] Build-Essential Equivalent?

2008-06-17 Thread Edel SM
On 6/17/08, david t. asuncion, jr. <[EMAIL PROTECTED]> wrote: > For rpm based distros, how do I do that with YUM? Can someone please give > me the exact line of command? for rh/centos: yum groupinstall 'Development Tools' hth. -- edel _ Philippi

Re: [plug] Build-Essential Equivalent?

2008-06-17 Thread Zak B. Elep
On Tue, Jun 17, 2008 at 2:17 PM, Mark David Dumlao <[EMAIL PROTECTED]> wrote: > In yum, there are what we call package groups. I don't know how they are > supposed to be better than virtual packages, but I think it's the > development package group that you might find useful. > > try doing yum grou

Re: [plug] Build-Essential Equivalent?

2008-06-16 Thread Mark David Dumlao
In yum, there are what we call package groups. I don't know how they are supposed to be better than virtual packages, but I think it's the development package group that you might find useful. try doing yum grouplist and yum groupinstall for more info. On Tue, Jun 17, 2008 at 1:03 PM, david t. as

[plug] Build-Essential Equivalent?

2008-06-16 Thread david t. asuncion, jr.
In ubuntu, I just have to run $ sudo apt-get install build-essential linux-headers-$(uname -r) to be able to compile something. For rpm based distros, how do I do that with YUM? Can someone please give me the exact line of command? Thank you. _ P