vote up 0 vote down star

DUPE: http://stackoverflow.com/questions/515461/what-is-your-favorite-distribution-of-linux-to-do-programing/515516#515516

I'm looking to get my feet wet with developing on Linux. I recently tried setting up LAMP on Mac OS X, and while I was successful, I found there were a lot of Mac-specific pitfalls/issues. I assume that developing on Linux would provide an easier setup, and more widespread support for issues that may arise. Are there any differences between the major distros that make one more suited for development than another?

Mainly I was thinking about these distros (but if there are others that apply, please chime in):
Debian
Fedora
Knoppix
Mandriva
Red Hat
Suse
Ubuntu

And a variety of different programming tasks, including but not limited to:
LAMP development
C
C++
Driver development?
Shell scripting
Any other typical programming tasks you can think of

Please provide specific pros and cons regarding your choice(s). Also, if you want to throw in which applications you use, that might be helpful too. Thanks in advance!

flag

Duplicate here: stackoverflow.com/questions/515461/… – Eduard - Gabriel Munteanu Feb 10 at 16:19
Not to mention that I hate "best" questions (as opposed to "good" or "favorite" questions). People arguing why their favorite is good is informative; people arguing about why others' favorites aren't good is ugly and mostly useless. – David Thornley Feb 10 at 16:23
Big surprise that that one was closed as S&A as well... – Rich B Feb 10 at 16:23
Sorry! It didn't come up in the intellisense thingy! – SkippyFire Feb 10 at 16:28
@SkippyFire: Doesn't matter if it did or not, this is not the kind of question for this site. – Rich B Feb 10 at 16:38

closed as exact duplicate by Rich B, Andrew Hare, David Thornley, George Stocker Feb 10 at 16:24

6 Answers

vote up 1 vote down

I use Kubuntu and it has the best package manager with apt-get. Qt is easy to develop in C++; go for that to get your feet wet. Work on C and Gtk+-2.0 later if you still love Linux GUI development. Bash is my favorite shell langauge, Perl is a more expansive scripting language though.

link|flag
vote up 1 vote down

Last year, I used Ubuntu exclusively for development for about 6 months. These are the tasks that I did:

  • PHP/MySQL dev
  • HTML/CSS/JS dev
  • Shell scripting
  • C dev
  • C++ dev
  • Python dev
  • Java dev

I loved Ubuntu because it was familiar looking and very usable. There are a ton of different IDE/text editing applications available and you'll get used to using the OS in no time.

It is easy to install on your computer and easy to use. I can't recommend it enough if you're looking for a linux distro to do development on.

link|flag
vote up 1 vote down

A robust package-management system is very helpful for dev, as it provided easy access to libraries and utlilities; I personally prefer the apt system used in Debian and Ubuntu. Since you are coming from Mac, I would recommend a distro with less of a learning curve, like be Ubuntu. You can even get it looking like Mac OSX, using Kubuntu (Ubuntu with KDE) and KoolDock; this isn;t just for appearances though - your workflow wouldn't need to change as much (i.e. you would know where to find your dev tools). For programming, you can use one of many IDEs; I personally use Scite or emacs. HTH

link|flag
vote up 0 vote down

I use Fedora at work and until recently Ubuntu at home (I switched to Fedora for reaons not related to this) and quite frankly you'd be pushed to notice the difference between the two apart from the package manager where I much prefer the one with Ubuntu as it's alot easier to find stuff. If you get stuck Ubuntu has forums that will pretty much answer anything too.

Just grab yourself a LiveCD, boot it and have a play.

Alot of what you're going to need for development will be available out of the box and IMHO a helluva lot easier than it is on Windows, but YMMV.

link|flag
vote up 0 vote down

I suggest to give openSUSE, Kubuntu or Ubuntu a try. These are geared more towards the newbie (i.e. easier to set up and manage). Most of then come with a "live CD" where you can boot the OS (with all commands) directly from CD without installing anything. That helps to ensure that Linux will run on your computer before you waste many hours installing it.

openSUSE is especially simple in your case since you can select a "Developer" setup in the installer which will install all the necessary tools with a single click.

link|flag
vote up 0 vote down

The fun with developping on linux is that "usually", if it works on a distro, it will work on another one. It's more the way that people get the app that changes. If you are new in the world of LInux, I suggest you start with Ubuntu.. I don't really like it, but it's because of this distro that friend of mine who switched from windows to linux. Debian is cool. However, the one I actually use is called ArchLinux.. but it's a bit complicated for beginner.

C/C++ is great, python/bash is cool, Java is perfect if you want to run it everywhere :0

link|flag

Not the answer you're looking for? Browse other questions tagged or ask your own question.