Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place! |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
10-20-2005, 06:32 PM
|
#1
|
Member
Registered: May 2005
Location: Greenvile, Texas
Distribution: Debian
Posts: 214
Rep:
|
A good programming distro?
I friend of mine would liek to get into Linux jsut for programming in java and then c and then C# but he doesnt want hard to install. He hates to type all of that stuff just to install a file lol. So is there a distro that can auto run most of the stuff but that has alot of editors and compliars for programming in thses langs. I was thinking of Linspire but im not to sure lol.
|
|
|
10-20-2005, 06:41 PM
|
#2
|
Senior Member
Registered: May 2005
Posts: 1,565
Rep:
|
Mepis, Fedora Core, Mandriva, Suse, Xandros, Ubuntu, Kubuntu, Puppy, DSL,
The list is endles...
|
|
|
10-20-2005, 06:52 PM
|
#3
|
Member
Registered: May 2005
Location: Greenvile, Texas
Distribution: Debian
Posts: 214
Original Poster
Rep:
|
Yes i know that there are any but. IS there one that can like auto run and install the package like Linspire or no? He hates taht crap and this is a school Project so we dont have time for this.
|
|
|
10-21-2005, 12:07 AM
|
#4
|
LQ Guru
Registered: Nov 2003
Location: N. E. England
Distribution: Fedora, CentOS, Debian
Posts: 16,298
Rep:
|
Any distro will fulfill that purpose. You have to remember that most desktop oriented distros like Linspire and Xandros don't install the developemnt stuff by default, so you may have to do this on your own. Try a few distros until you find the one that your friend likes.
|
|
|
10-21-2005, 12:23 AM
|
#5
|
Senior Member
Registered: Mar 2004
Location: far enough
Distribution: OS X 10.6.7
Posts: 1,690
Rep:
|
I must say that the "good programming distro" that he/or maybe you want doesn't exist unless you or he creates it.
|
|
|
10-21-2005, 08:28 PM
|
#6
|
Member
Registered: Sep 2005
Posts: 36
Rep:
|
No distro as far as im aware comes with a java compiler. But, sun has rpms and stuff so its not hard
|
|
|
10-22-2005, 12:02 AM
|
#7
|
Member
Registered: Jul 2004
Location: Palo Alto, CA
Distribution: #! Korora
Posts: 472
Rep:
|
|
|
|
09-26-2007, 09:08 PM
|
#8
|
Senior Member
Registered: Dec 2005
Location: London, ON, Canada
Distribution: Arch, Ubuntu, Slackware, OpenBSD, FreeBSD
Posts: 1,853
Rep:
|
Why not just use Debian - it takes all of 10 minutes to get the install going, and about 15 minutes to 1 hour to install, depending on package selection. Synaptic will be your source for installing/removing packages.
If he doesn't like to work at a CLI, or type - apparently - for that matter, why is your friend even taking up programming?! I can only assume that the programming project for school is oriented to a Windows-based PC.
|
|
|
09-27-2007, 07:00 AM
|
#9
|
LQ Veteran
Registered: Nov 2005
Location: London
Distribution: Slackware64-current
Posts: 5,836
|
How does your friend want to learn java, c, c++, if he doesn't want to touch a bit of command line?
|
|
|
09-27-2007, 07:11 AM
|
#10
|
LQ 5k Club
Registered: Jan 2006
Location: Oldham, Lancs, England
Distribution: Slackware64 15; SlackwareARM-current (aarch64); Debian 12
Posts: 8,311
Rep:
|
Quote:
Originally Posted by Slith(++1)
No distro as far as im aware comes with a java compiler.
|
Slackware has it, in the /extra directory on the CDs & DVDs.
|
|
|
09-27-2007, 03:55 PM
|
#11
|
Senior Member
Registered: Dec 2005
Location: London, ON, Canada
Distribution: Arch, Ubuntu, Slackware, OpenBSD, FreeBSD
Posts: 1,853
Rep:
|
Debian comes with the Sun JDK (J2SE only - I think), too. You just have to modify /etc/apt/sources.list and add "non-free" and "contrib" to your default repository.
|
|
|
09-27-2007, 06:57 PM
|
#12
|
LQ Guru
Registered: Nov 2006
Location: Belgium
Distribution: Ubuntu 11.04, Debian testing
Posts: 5,019
Rep:
|
Ubuntu, like Debian, doesn't come with JDK by default but it is really easy to set up the repository. In fact, it's even easier on Ubuntu where repositories don't have to be looked up first and then manually added to sources.list; you can simply check a few boxes and that's it. I do not recommend Fedora for the simple reason that it doesn't offer JDK at all (although it has a java compatibility package) which means you have to fetch it from Sun and set it up yourself. That can actually be fun if you want to get to know Linux but it isn't if you want to get going in not time at all. Suse and Mandriva are more pragmatic and make good choices too, if only because they allow combining 32 and 64 bit in one system.
|
|
|
09-27-2007, 11:09 PM
|
#13
|
Senior Member
Registered: Dec 2005
Location: London, ON, Canada
Distribution: Arch, Ubuntu, Slackware, OpenBSD, FreeBSD
Posts: 1,853
Rep:
|
Installing Sun's JDK from their distributed Linux binary isn't all that hard - if my memory serves me correctly.
1. Download *-linux.bin file from Sun.
2. "chmod +x *-linux.bin"
3. "su -c ./*-linux.bin"
3a. Hit enter a few times, agree to that, hit enter a few more times...* ding * installation's finished.
4. Add the directory Java installed to, to your PATH env. var. - (in ~/.bashrc): export PATH=$PATH:/path/to/java/bin
5. "Enjoy" Java.
|
|
|
09-28-2007, 09:05 AM
|
#14
|
LQ Guru
Registered: Nov 2006
Location: Belgium
Distribution: Ubuntu 11.04, Debian testing
Posts: 5,019
Rep:
|
Yes, of course. What I had in mind was the work involved in setting up the alternatives if you have multiple java development kits installed: java, javac, javadoc, javah, jar, apt, etc etc. I don't fancy doing update-alternatives --install about thirty times for a single kit, then another thirty times for the next one, and so on.
|
|
|
All times are GMT -5. The time now is 02:16 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|