Linux Distribution


 
Thread Tools Search this Thread
Top Forums Programming Linux Distribution
# 1  
Old 02-26-2009
Linux Distribution

Hi,

Can anyone please tell me, what is the best Linux distribution for Software Development.

Thanks,
Philip.
# 2  
Old 02-26-2009
There's no difference really. They all come with the usual tools for development (gcc, binutils, make, ...) (except maybe Live-CD only distributions like Knoppix)
# 3  
Old 02-26-2009
Gentoo is handy for programmers because it is guaranteed to have everything needed to build its own software.

Most distros install gcc optionally. Gentoo builds its own software from scratch, hence always has it. It also always installs headers for every library; other distros make you hunt down and install seperate dev packages for each library you want to program with.
# 4  
Old 02-27-2009
Gentoo seems like a pain with its un-compiled binaries.
# 5  
Old 02-28-2009
It hasn't given me nearly as much trouble as RPM. Packages don't refuse to install over tiny incremental changes to libc, the installer won't cough up its own skull if you upgrade your kernel, and Gentoo's basic package database is so extensive that I almost never need third-party overlays to find what I want. It's also far more easily browsable than the general anarchy involved in binary packages.

Besides, you asked what was best for programming. Binary distros work so hard to separate the programming side from the binary side because it's a big, awkward thing no matter how you cut it, there's bound to be a tradeoff.

Last edited by Neo; 02-28-2009 at 02:07 PM.. Reason: language
Login or Register to Ask a Question

Previous Thread | Next Thread

7 More Discussions You Might Find Interesting

1. What is on Your Mind?

What was your first Linux distribution?

What was the first Linux distribution you tried? My first was Knoppix, it was pretty good I thought, and it supported my old hardware http://www.linuxforum.com/images/smilies/smile.png Too bad I couldn't figure out how to install it at the time though. What about you? (32 Replies)
Discussion started by: billcrosby
32 Replies

2. Fedora

Starting out, Linux Distribution

Hi, i'm currently part of an apprenticeship becoming a IT specialist. Because I'm already an electronic technician (finished apprenticeship) I can do this one in 2 years (normally you need 3). Thing is, in school they started out with basic unix stuff (working with the shell) in the first... (3 Replies)
Discussion started by: Dr. Nick
3 Replies

3. Linux

What linux distribution is good?

Dear all i am new to Linux, i need a Linux OS that have been "qt development and lesstif" together. Regards (5 Replies)
Discussion started by: mkhorami76
5 Replies

4. Linux

which linux distribution to use for SOHO ?

Hi I consider changing operating system onto Linux. But I'm not sure what kind of distribution should I use : - Red Hat - Suse - Ubuntu - Debian - Fedora Operating system will be operating on the notebook to replace Win XP and must be stable version with all drivers to hardware (WiFi... (7 Replies)
Discussion started by: presul
7 Replies

5. Shell Programming and Scripting

How to know which Linux Distribution i am using ?

Hi, I m working on many Linux servers in my project. But i am unable to know which Linux Distribution i am using Like whether i am using SUSE or REDHAT or MONDRAKE. I tried with "uname" command. But it does not help me. Please provide me the command if u know. Regards, Basavaraja KC (5 Replies)
Discussion started by: BasavarajaKC
5 Replies

6. UNIX for Dummies Questions & Answers

What Linux distribution should I use?

Hey I am right now working on an old Compaq computer, and because I have a newer one I thought of installing Linux on this one. The thing is that I don't know which Linux distribution that would work with a minimum of lag. My computer specifications is: Compaq Presario 7000 Intel Pentium... (7 Replies)
Discussion started by: Sixmax
7 Replies

7. UNIX for Dummies Questions & Answers

How to know which Linux Distribution i am using

Hi, I m working on many Linux servers in my project. But i am unable to know which Linux Distribution i am using Like whether i am using SUSE or REDHAT or MONDRAKE. I tried with "uname" command. But it does not help me. Please provide me the command if u know. Regards, Basavaraja KC (3 Replies)
Discussion started by: BasavarajaKC
3 Replies
Login or Register to Ask a Question