EE Student: Ubuntu or Debian - What to Choose?

  • Thread starter Thread starter SuperMiguel
  • Start date Start date
  • Tags Tags
    Ee Ubuntu
AI Thread Summary
For an Electrical Engineering (EE) student deciding between Ubuntu and Debian, both operating systems are largely interchangeable in terms of software availability, as most applications can be installed on either platform. Ubuntu is recommended for those new to Linux due to its user-friendly nature and up-to-date repositories, making it easier to manage software without manual intervention. While Fedora was mentioned as an alternative with specialized spins for different applications, the consensus leans towards Ubuntu or Debian based on personal preference or departmental requirements. The package management systems are compatible, allowing for easy installation of Debian packages on Ubuntu and vice versa, with very few exceptions noted.
SuperMiguel
Messages
109
Reaction score
0
Im an EE student, should it run Ubuntu or Debian ??
 
Computer science news on Phys.org
It doesn't really matter, nearly everything installable on one is also installable on the other. In fact, I've only seen one example of an application that could run on one, but not the other, and it was an IDE, and therefore, irrelevant to you.

Have you used Linux before? If not, Ubuntu.
 
TylerH said:
It doesn't really matter, nearly everything installable on one is also installable on the other. In fact, I've only seen one example of an application that could run on one, but not the other, and it was an IDE, and therefore, irrelevant to you.

Have you used Linux before? If not, Ubuntu.

ya been a gentoo user for a while, but gentoo is becoming a pain in the a** having to do everything manually, so just wondering which would be better
For an ee student deb or ubuntu
 
Either, since it's the apps not the OS itself that contribute to it's usability for a given purpose.

That said, is there a reason you've not mentioned Fedora? Sometimes it can be hard to choose the right app(I've tried 3 for circuit design.). As I'm sure you know, usually, there's a lot of crappy ones that are all trying to be like the one good one. Fedora has an interesting fix for this, they have what are called spins, which bundle the best apps for a given purpose. I think one of their spins may interest you: http://spins.fedoraproject.org/fel/
 
Last edited by a moderator:
Umnn never tough about fedora
 
Last edited:
any student?
 
I'm agreeing with everyone else: the different distros are more or less interchangeable, specially since ubuntu is http://www.ubuntu.com/community/ubuntu-and-debian. Since you're sick of doing things manually, ubuntu would probably be better 'cause Canonical tends to keep the repos pretty up to date. Otherwise, choose whichever one your department uses or better yet whichever your lab uses (if you're doing research.)
 
Last edited:
To add to what story said: I assumed it was understood, just in case I'll go ahead and throw it out there. They literally use the same package system. A Debian package can be installed on Ubuntu and vice versa. The ONLY exception to this that I know of is Code::Blocks 10 which uses a version of wxWidgets incompatible with Ubuntu's version. And it may have been fixed by now, idk.
 
TylerH said:
The ONLY exception to this that I know of is Code::Blocks 10 which uses a version of wxWidgets incompatible with Ubuntu's version. And it may have been fixed by now, idk.
Or you can just install wxWidgets from source and call it a day.
 
  • #10
story645 said:
Or you can just install wxWidgets from source and call it a day.

Not if you're tired of doing it the manual way. :-p
 
  • #11
TylerH said:
Not if you're tired of doing it the manual way. :-p

:) :-p
 
Back
Top