Find the answer to your Linux question:
Results 1 to 10 of 10
Are there major differences, or is it just whatever one prefers? I mainly deal with pictures and photoraphy and the Internet, so is one better than the other for this? ...
  1. #1
    Just Joined!
    Join Date
    Jun 2009
    Posts
    15

    What's the difference between Ubuntu and Fedora?

    Are there major differences, or is it just whatever one prefers? I mainly deal with pictures and photoraphy and the Internet, so is one better than the other for this?

    thanks.

  2. #2
    Linux Guru techieMoe's Avatar
    Join Date
    Aug 2004
    Location
    Texas
    Posts
    9,496
    Quote Originally Posted by stsinner View Post
    Are there major differences, or is it just whatever one prefers? I mainly deal with pictures and photoraphy and the Internet, so is one better than the other for this?

    thanks.
    Neither is better or worse for what you do. It's basically down to personal preference. Fedora uses a different underlying install/uninstall program than Ubuntu, but from an end-user perspective you're unlikely to notice a difference.
    Registered Linux user #270181
    TechieMoe's Tech Rants

  3. #3
    Just Joined!
    Join Date
    Jun 2009
    Posts
    15
    thanks, techie..

    I'm literally BRAND NEW to Linux, but my wife works for EMC corp., and the geeks there use it. So I figured that if a multi-million dollar company that the Pentagon and Homeland Security uses for their email security uses it, I need to get on the bandwagon!

    Quick question, should you return to this thread... I'm clueless about installing the things I download.. I miss the ease of them being executables that you can just double-click on in Windows.. Is there a standard way to download things you want to install, and what's with the different types offered at download time?

    The only thing I've been FINALLY successful at getting installed, and it was very important, is Adobe Flash Player, and i downloaded the .RPM file, instead of the other two that were offered.. Care to bring me up to speed on this aspect of Linux?

    Thanks.

  4. #4
    oz
    oz is online now
    forum.guy
    Join Date
    May 2004
    Location
    arch linux
    Posts
    18,093
    Quote Originally Posted by stsinner View Post
    I'm clueless about installing the things I download.. I miss the ease of them being executables that you can just double-click on in Windows.. Is there a standard way to download things you want to install, and what's with the different types offered at download time?
    Welcome to the forums!

    You can check out Synaptic for installing software under Ubuntu, or YUM for installing under Fedora. I think they are both installed by default, now.
    oz

    new members/users: read this first | new member faq
    no private messages requesting computer support - post them on the forums!
    please use the "report post" button to alert our forum admins to problematic posts rather than responding to them yourself.

  5. #5
    Trusted Penguin jayd512's Avatar
    Join Date
    Feb 2008
    Location
    Kentucky
    Posts
    4,071
    Most of the software that you'll need can be installed with yum. It's as simple as
    Code:
    yum install <package_name>
    If it's not available, you can install the RPM files by downloading the file and executing
    Code:
    rpm -ivh <package_name>
    Both of these should also install any dependencies needed.
    Last edited by jayd512; 06-10-2009 at 05:23 PM. Reason: clarification
    Jay

    New users, read this first.
    New Member FAQ
    Registered Linux User #463940
    I do not respond to Private Messages asking for Linux help. Please, keep it on the public boards.

  6. #6
    Linux Engineer b2bwild's Avatar
    Join Date
    Jul 2008
    Location
    Behind You!
    Posts
    1,108
    Well here is the comparison between both --> polishlinux.org Ubuntu vs Fedora

    You can compare it with others distros too.
    Never make any misteaks.

    Read my Blog at --> Penguin Inside Subscribe Feed

  7. #7
    Trusted Penguin Roxoff's Avatar
    Join Date
    Aug 2005
    Location
    Nottingham, England
    Posts
    3,392
    Quote Originally Posted by jayd512 View Post
    Code:
    rpm -ivh <package_name>
    Both of these should also install any dependencies needed.
    I hate to break it to you, but rpm will not resolve dependencies, it'll just barf if they're not satisfied. Unresolved dependencies me this way need to be downloaded and added to the same rpm command that installs the first file.
    Linux user #126863 - see http://linuxcounter.net/

  8. #8
    Linux Engineer b2bwild's Avatar
    Join Date
    Jul 2008
    Location
    Behind You!
    Posts
    1,108
    well, but PackageKit does, like dpkg doesn't but gdebi does.

    Its like

    rpm = dpkg
    Gnome PackageKit (gpk-install-local-file) = gdebi
    YUM = apt-get
    Never make any misteaks.

    Read my Blog at --> Penguin Inside Subscribe Feed

  9. #9
    Just Joined!
    Join Date
    May 2009
    Posts
    14
    Fedora has its origins in Redhat and uses RPM packages.
    Ubuntu is based on Debian and use DEB package format. It's also perhaps the distribution prefered by 'windows users'.

    If it just photos and graphics you may want to look at Dyne:bolic (live CD).

  10. #10
    Trusted Penguin jayd512's Avatar
    Join Date
    Feb 2008
    Location
    Kentucky
    Posts
    4,071
    Quote Originally Posted by Roxoff View Post
    I hate to break it to you, but rpm will not resolve dependencies, it'll just barf if they're not satisfied. Unresolved dependencies me this way need to be downloaded and added to the same rpm command that installs the first file.
    Oops...
    Thanks for catching that, Roxoff.
    Guess that proves it... Never post when you're half asleep!

    Again, good eye, and thanks for clarifying!
    Jay

    New users, read this first.
    New Member FAQ
    Registered Linux User #463940
    I do not respond to Private Messages asking for Linux help. Please, keep it on the public boards.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...