LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
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


Reply
  Search this Thread
Old 05-01-2008, 04:26 PM   #1
sweetynikku
LQ Newbie
 
Registered: May 2008
Posts: 6

Rep: Reputation: 0
Ubuntu 7.04 or fedora 8 for programming???


i have got a c714nr compaq presario laptop which i, as a student generally use or will use for programming and project purposes..Most of my programming and project work requires linux installation ..

my laptop comes with vista home edition preinstalled...i have the recovery dvd. now i want to dual boot it with linux..

i wanted to know which one is better ubuntu 7.04 or fedora 8? i have both iso cds created... i will not be using the internet connection as i dont have internet access.. i have tried searching for a suitable answer in other forums but the ebate seems to be never ending...i want to be able to program c, c++, java (basicstudent level languages) in my linux os.

can u please help me ? i would appreciate if someody would give me a convincing answer...thanks in advance...
 
Old 05-01-2008, 04:42 PM   #2
cyent
Member
 
Registered: Aug 2001
Location: ChristChurch New Zealand
Distribution: Ubuntu
Posts: 398

Rep: Reputation: 87
Quote:
Originally Posted by sweetynikku View Post
i wanted to know which one is better ubuntu 7.04 or fedora 8? i have both iso cds created... i will not be using the internet connection as i dont have internet access.. i have tried searching for a suitable answer in other forums but the ebate seems to be never ending...i want to be able to program c, c++, java (basicstudent level languages) in my linux os.

can u please help me ? i would appreciate if someody would give me a convincing answer...thanks in advance...
The answer is.... both will do.

Beyond that, it's personal preference. Mine would be Ubuntu Latest (8.04 Hardy heron) for the ease of use / upgrade / package management.

But every time I look, there is less and less difference that really matters. Ubuntu seems to be winning in general though.

However, Ubuntu does require a 'net connection for anything beyond the basic stuff.

Heck, Life as a student requires a 'net connection for anything beyond the most basic stuff.

Tickle your lecturer until he wakes up and runs an apt-cache for his students.
 
Old 05-01-2008, 04:49 PM   #3
lukost
Member
 
Registered: Apr 2008
Location: Gliwice, Poland
Distribution: Any. BSD most often ;-)
Posts: 31

Rep: Reputation: Disabled
Try Ubuntu 8.04 if you want to use the newest Eclipse IDE as there are some additional steps you have to take to make it work. I haven't heard about similar problems on Fedora, though I do not use it (Ubuntu is my primary Linux distribution).

cheers,
lukost
 
Old 05-01-2008, 05:58 PM   #4
chrism01
LQ Guru
 
Registered: Aug 2004
Location: Sydney
Distribution: Rocky 9.2
Posts: 18,359

Rep: Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751
If you do use Ubuntu, be aware it handles the root access issue in a non-std way.
Could be important if you are messing with the system a lot.
Apart from that, prob not much difference for just programming.
 
Old 05-02-2008, 01:35 PM   #5
sweetynikku
LQ Newbie
 
Registered: May 2008
Posts: 6

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by cyent View Post
The answer is.... both will do.

Beyond that, it's personal preference. Mine would be Ubuntu Latest (8.04 Hardy heron) for the ease of use / upgrade / package management.

But every time I look, there is less and less difference that really matters. Ubuntu seems to be winning in general though.

However, Ubuntu does require a 'net connection for anything beyond the basic stuff.

Heck, Life as a student requires a 'net connection for anything beyond the most basic stuff.

Tickle your lecturer until he wakes up and runs an apt-cache for his students.
hi...

do i have to take care of the rpm packages if i use fedora 8 or is it fine if i install software the non rpm way? i am really really new and you have laugh at the questions asked but can u please enlighten me with this one..i want to install software into my os at ease..which is why i am a little confused..what is this rpm and non rpm? does rpm apply to fedora...? no idea...please explain
 
Old 05-02-2008, 03:51 PM   #6
vertigo88x
Member
 
Registered: Dec 2006
Location: Perth Amboy, NJ, USA
Distribution: Fedora 9
Posts: 87

Rep: Reputation: 15
for programming i would recommend zenwalk, the installation cd comes with programming tools, whereas, if you downloaded ubuntu or fedora liveCD format, it comes with software for the regular user and you would have to download the programming tools.

RPM stands for Redhat Package Manager. it is used to manage installed software from repositories. Fedora uses RPM

Ubuntu uses APT, which serves the same purpose, but APT is not compatible with RPM.
 
Old 05-02-2008, 06:57 PM   #7
newtovanilla
Member
 
Registered: Apr 2008
Posts: 267

Rep: Reputation: 30
Ubuntu has a web:

http://www.ubuntu.com

You can get the 8.0 version from there and burn it to cd. I tried to install Ubuntu Studio 7.10 and I ran into the problem about the root that was mentioned in this post. I was not able to do any administration in it so I could not use it. I later was told about the root issue with Ubuntu that you can read on their web. It says that you have to use the "sudo" command.
 
Old 05-04-2008, 07:57 PM   #8
sweetynikku
LQ Newbie
 
Registered: May 2008
Posts: 6

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by vertigo88x View Post
for programming i would recommend zenwalk, the installation cd comes with programming tools, whereas, if you downloaded ubuntu or fedora liveCD format, it comes with software for the regular user and you would have to download the programming tools.

RPM stands for Redhat Package Manager. it is used to manage installed software from repositories. Fedora uses RPM

Ubuntu uses APT, which serves the same purpose, but APT is not compatible with RPM.
thanks for the info..

i have finally decided to go with fedora 8 as all my other students have redhat/fedora..so it will be better if we had to exchange software..isnt it? thanks for ur support..i will keep u updated about how the installation went..
 
Old 05-04-2008, 08:05 PM   #9
anon099
Member
 
Registered: Oct 2002
Posts: 188

Rep: Reputation: Disabled
In linux you don't have to exchange(did you mean steal?) software. Its free.
 
Old 05-04-2008, 09:42 PM   #10
AceofSpades19
Senior Member
 
Registered: Feb 2007
Location: Chilliwack,BC.Canada
Distribution: Slackware64 -current
Posts: 2,079

Rep: Reputation: 58
Quote:
Originally Posted by vertigo88x View Post
for programming i would recommend zenwalk, the installation cd comes with programming tools, whereas, if you downloaded ubuntu or fedora liveCD format, it comes with software for the regular user and you would have to download the programming tools.

RPM stands for Redhat Package Manager. it is used to manage installed software from repositories. Fedora uses RPM

Ubuntu uses APT, which serves the same purpose, but APT is not compatible with RPM.
no, Ubuntu uses deb. APT is a manager for it, the same as yum is to fedora.
 
Old 05-04-2008, 10:08 PM   #11
Emerson
LQ Sage
 
Registered: Nov 2004
Location: Saint Amant, Acadiana
Distribution: Gentoo ~amd64
Posts: 7,661

Rep: Reputation: Disabled
Quote:
Originally Posted by chrism01 View Post
If you do use Ubuntu, be aware it handles the root access issue in a non-std way.
Could be important if you are messing with the system a lot.
Apart from that, prob not much difference for just programming.
I just installed the latest Ubuntu into VirtualBox. The only difference is you issue sudo -i instead of su - for root access. Really not a big deal.
 
Old 05-04-2008, 10:13 PM   #12
billymayday
LQ Guru
 
Registered: Mar 2006
Location: Sydney, Australia
Distribution: Fedora, CentOS, OpenSuse, Slack, Gentoo, Debian, Arch, PCBSD
Posts: 6,678

Rep: Reputation: 122Reputation: 122
Quote:
Originally Posted by padlamoij View Post
In linux you don't have to exchange(did you mean steal?) software. Its free.

He's doing programming, so he probably means exchange in the true sense of the word
 
Old 05-04-2008, 10:53 PM   #13
vertigo88x
Member
 
Registered: Dec 2006
Location: Perth Amboy, NJ, USA
Distribution: Fedora 9
Posts: 87

Rep: Reputation: 15
Quote:
Originally Posted by AceofSpades19 View Post
no, Ubuntu uses deb. APT is a manager for it, the same as yum is to fedora.
yeah, sorry about that, must have not been thinking straight.
 
Old 05-14-2008, 05:54 PM   #14
sweetynikku
LQ Newbie
 
Registered: May 2008
Posts: 6

Original Poster
Rep: Reputation: 0
i know its free

Quote:
Originally Posted by padlamoij View Post
In linux you don't have to exchange(did you mean steal?) software. Its free.
i dont mean stealing... as i dont have internet it is difficult forme to download stuff...so i can borrow it from some frind of mine...

all my friends use redhat 9 but so i thought it would be easier to get rpm from them... can i take any software from them and install it here even if i have ubuntu?

pardon my ignorance ...

thanks
 
Old 05-14-2008, 06:09 PM   #15
AceofSpades19
Senior Member
 
Registered: Feb 2007
Location: Chilliwack,BC.Canada
Distribution: Slackware64 -current
Posts: 2,079

Rep: Reputation: 58
Quote:
Originally Posted by sweetynikku View Post
i dont mean stealing... as i dont have internet it is difficult forme to download stuff...so i can borrow it from some frind of mine...

all my friends use redhat 9 but so i thought it would be easier to get rpm from them... can i take any software from them and install it here even if i have ubuntu?

pardon my ignorance ...

thanks
They use Red Hat 9?, that is ancient, I would advise them to upgrade to something at least slightly newer. Ubuntu uses .debs, but you can use a program called alien to convert rpms to .debs
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Xwindows programming in Ubuntu 7.04 matrix13 Linux - Software 2 03-15-2008 07:44 AM
Programming in C/C++/Java/PHP in Ubuntu 6.10 MistakeInEvolution Ubuntu 4 03-03-2007 12:44 AM
[SOLVED] (Advice Needed) Programming in C/C++/Java/PHP in Ubuntu MistakeInEvolution Ubuntu 2 01-05-2007 12:19 AM
C programming on Ubuntu kenneho Ubuntu 13 11-08-2005 03:04 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 10:22 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration