LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Reply
  Search this Thread
Old 02-02-2011, 02:19 AM   #1
Raveolution
Member
 
Registered: Mar 2004
Distribution: Fedora & CentOS
Posts: 213
Blog Entries: 2

Rep: Reputation: 26
Linux barriers to consumer-grade status... ideas?


In essence I find that users can quickly get to LIKE Linux and its like-for-like replacement of Windows consumer-grade applications... for the most part. (Open Office bridges a LOT of those problems.)

One thing that I consistently find that makes Linux unpalatable to users is the installation process.

For instance, with RedHat-related consumer-grade products like Fedora or CentOS you need to install mp3 support manually. There are many other examples of this but lack of pre-installed mp3 support (I know, because of legal issues) is the first, immediate show-stopper.

There are numerous pages out there (such as this) that show users how to install various vestiges of Windows functionality that don't come pre-installed with Linux, but they involve opening up shells and typing in special commands. This is bad enough for regular end users even when all you need to do is cut and paste, but some of these upgrade tasks are more complex than that... and frighteningly so. (You don't even want to KNOW how hard it is to edit /etc/fstab - from an end user's perspective, that is.)

Is there a way to automate this post-install stuff so that it doesn't seem so daunting to common end-users?
 
Old 02-02-2011, 03:01 AM   #2
kbp
Senior Member
 
Registered: Aug 2009
Posts: 3,790

Rep: Reputation: 653Reputation: 653Reputation: 653Reputation: 653Reputation: 653Reputation: 653
There's no reason you couldn't create an app that would add various repo's and install relevant packages

wget <url_to_repo_file>
wget <url_to_gpg_package_signing_key>
rpm --import <path_to_gpg_package_signing_key>
yum -y install <package_list>
 
Old 02-02-2011, 03:06 AM   #3
phil.d.g
Senior Member
 
Registered: Oct 2004
Posts: 1,272

Rep: Reputation: 154Reputation: 154
I wasn't aware that Fedora, RHEL and CentOS's target audience was the consumer.

Certainly RHEL's, and by proxy CentOS's target audience is the corporate environment, I expect servers count for the largest share of RHEL deployments. Fedora is sort of like a testing/staging platform for RHEL and I would say is targeted at the more curious user.
 
Old 02-02-2011, 04:47 AM   #4
rich_c
Member
 
Registered: Apr 2008
Location: UK
Distribution: PeppermintOS
Posts: 387
Blog Entries: 74

Rep: Reputation: 81
I agree with phil.d.g. Red Hat and Centos arer most certainly not consumer grade and were never intended to be. Fedora, to me, is aimed at the intermediate user. You want to be looking at distros like Linux Mint and PCLOS that claim to be aimed at 'consumers'.
 
Old 02-02-2011, 04:52 AM   #5
darkduck
Member
 
Registered: Jan 2011
Location: Cyprus
Distribution: Kubuntu, OpenSuSE
Posts: 502

Rep: Reputation: 26
Quote:
Originally Posted by phil.d.g View Post
Fedora is sort of like a testing/staging platform for RHEL and I would say is targeted at the more curious user.
I would not say so. Fedora is nicely polished product for consumer. It has usability on the same level as Ubuntu, but different approach to packaging because of different "roots" (RH instead of Debian).

Though I fully agree about RHEL and CentOS - they are targeted to server hence corporate market. Hence less usability.
 
Old 02-02-2011, 09:37 AM   #6
Raveolution
Member
 
Registered: Mar 2004
Distribution: Fedora & CentOS
Posts: 213

Original Poster
Blog Entries: 2

Rep: Reputation: 26
Quote:
Originally Posted by darkduck View Post
I would not say so. Fedora is nicely polished product for consumer. It has usability on the same level as Ubuntu, but different approach to packaging because of different "roots" (RH instead of Debian).

Though I fully agree about RHEL and CentOS - they are targeted to server hence corporate market. Hence less usability.
CentOS has proven to be usable by business users (in the lab and in the wild, in my experience) and plenty of consumer-type Windows and Mac students who have sat down comfortably with it, though I use Fedora more because it's bleeding edge stuff.

Still, wouldn't Ubuntu have issues with stuff like installing mp3 support? Also, does Ubuntu have other limitations? I haven't used Ubuntu much but I have heard some... mean-spirited rumors.

kbp - that sounds like a good idea. Problem is... how do you automate the configuration of things like fstab and samba, which require actual tinkering?
 
Old 02-02-2011, 11:51 AM   #7
Hangdog42
LQ Veteran
 
Registered: Feb 2003
Location: Maryland
Distribution: Slackware
Posts: 7,803
Blog Entries: 1

Rep: Reputation: 422Reputation: 422Reputation: 422Reputation: 422Reputation: 422
Quote:
Originally Posted by darkduck View Post
I would not say so. Fedora is nicely polished product for consumer. It has usability on the same level as Ubuntu, but different approach to packaging because of different "roots" (RH instead of Debian).

I disagree about Fedora. Red Hat uses it far too often as a playground/testing environment for RHEL, and fairly regularly things break badly. Not to mention there is no long-term support for Fedora releases. It just isn't a direction you want to point your average consumer.
 
Old 02-02-2011, 12:09 PM   #8
Raveolution
Member
 
Registered: Mar 2004
Distribution: Fedora & CentOS
Posts: 213

Original Poster
Blog Entries: 2

Rep: Reputation: 26
Quote:
Originally Posted by Hangdog42 View Post
I disagree about Fedora. Red Hat uses it far too often as a playground/testing environment for RHEL, and fairly regularly things break badly. Not to mention there is no long-term support for Fedora releases. It just isn't a direction you want to point your average consumer.
My wife has a Fedora test machine she tests all the time. It has its breakage issues but nothing like Windows 7... much less XP. At least it hasn't out-bugged Windows in our experiences. Any examples and insight on this might help a lot.

So which Redhat-based distro do you think is good for the consumer, or is Ubuntu a better choice?
 
Old 02-02-2011, 12:27 PM   #9
FredGSanford
Senior Member
 
Registered: Nov 2005
Location: USA
Distribution: Mageia 7 - Debian 10 - Artix Linux
Posts: 1,142
Blog Entries: 5

Rep: Reputation: 207Reputation: 207Reputation: 207
Mandriva is a pretty good RPM based distro, IMO, that is good for consumers. Just goto the Easy Urpmi site and install non-free repositories, such as multimedia apps. It also have a great Control Center to help manage software/hardwarre, some say one of the best for Linux.
 
1 members found this post helpful.
Old 02-02-2011, 12:29 PM   #10
Hangdog42
LQ Veteran
 
Registered: Feb 2003
Location: Maryland
Distribution: Slackware
Posts: 7,803
Blog Entries: 1

Rep: Reputation: 422Reputation: 422Reputation: 422Reputation: 422Reputation: 422
Quote:
Originally Posted by Raveolution View Post
My wife has a Fedora test machine she tests all the time. It has its breakage issues but nothing like Windows 7... much less XP. At least it hasn't out-bugged Windows in our experiences. Any examples and insight on this might help a lot.
First off, I don't think there is a Linux distro that can out do Windows when it comes to bugs. The issue that really soured me on Fedora was when the kernel was moving to the current wireless stack. If I remember correctly, Fedora patched their kernel with the new stack long before it was ready and it caused all sorts of headaches. I've also always been put-off by this part of their mission statement:

Quote:
Originally Posted by Fedora
We believe in the power of innovation and showing off new work in our releases. Since we release twice a year, you never have to wait long to see the latest and greatest software, while there are other Linux products derived from Fedora you can use for long-term stability. We always keep Fedora moving forward so that you can see the future first.
I'll almost always take stability over cutting edge. In fact that is the main reason I use Slackware.

Quote:
Originally Posted by Raveolution View Post
So which Redhat-based distro do you think is good for the consumer, or is Ubuntu a better choice?
For consumers I think the Ubuntu based stuff seems to be more on track. I've been particularly impressed with Mint since it really tries to tackle some of the multimedia issues you pointed out.
 
Old 02-02-2011, 12:53 PM   #11
DavidMcCann
LQ Veteran
 
Registered: Jul 2006
Location: London
Distribution: PCLinuxOS, Debian
Posts: 6,142

Rep: Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314
There are plenty of distros that have media codecs built-in or installable from the menu: probably any non-USA distro except Ubuntu, in fact! Yes, you do have to install the OS, where Windows users buy their computer with the OS already on it, but that's hardly a major problem. And how many average users will need to edit fstab?

I'm no friend of making things difficult for the sake of a spurious simplicity or control; I'd never use Slackware, Gentoo, or Arch. (OMG - here come the fanboys...) But I don't want Linux made too easy if that means removing its flexibility. On artificial language forums I often hear of Windows users struggling to create a keyboard driver, or just to enter IPA characters, and feel very relieved I'm not in their situation. Leonardo da Vinci once said that most men serve no purpose but to turn food into shit. I want them to stay with Windows.
 
Old 02-02-2011, 12:55 PM   #12
phil.d.g
Senior Member
 
Registered: Oct 2004
Posts: 1,272

Rep: Reputation: 154Reputation: 154
I think Ubuntu's installer asks if you want mp3 and other proprietary software installed, and if you choose yes it gets you to accept the necessary eulas.

RPM based distros to look at would be Mandriva and possibly OpenSUSE. Non RPM based distros would be Ubuntu, Linux Mint or PCLinuxOS. These are not recommendations as I haven't used some of them, simply suggestions as to what to research further based on the opinions of others.
 
Old 02-02-2011, 02:15 PM   #13
rich_c
Member
 
Registered: Apr 2008
Location: UK
Distribution: PeppermintOS
Posts: 387
Blog Entries: 74

Rep: Reputation: 81
PCLOS is RPM based. It does use apt/Synaptic (Currently...) but the underlying packages are rpms.
 
Old 02-02-2011, 02:49 PM   #14
phil.d.g
Senior Member
 
Registered: Oct 2004
Posts: 1,272

Rep: Reputation: 154Reputation: 154
Quote:
Originally Posted by rich_c View Post
PCLOS is RPM based. It does use apt/Synaptic (Currently...) but the underlying packages are rpms.
Oops, my mistake.
 
Old 02-02-2011, 04:27 PM   #15
rich_c
Member
 
Registered: Apr 2008
Location: UK
Distribution: PeppermintOS
Posts: 387
Blog Entries: 74

Rep: Reputation: 81
I used PCLOS for a while as I wanted exposure to an easy RPM based distro. In the end, I found it too familiar as it does use apt. So, I've yet to really get any experience with RPMs.
 
  


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 On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
LXer: Debian Linux gains carrier grade status LXer Syndicated Linux News 0 06-06-2006 06:21 AM
Carrier Grade Linux abhavana Linux - Software 3 05-11-2006 01:40 AM
LXer: Linux: Documenting Memory Barriers LXer Syndicated Linux News 0 04-03-2006 08:21 AM
Enterprise grade linux setup wizzkid8 Linux - Enterprise 0 03-04-2006 08:01 AM
linux broadcast grade video Present Linux - Software 8 03-12-2004 12:12 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

All times are GMT -5. The time now is 06:04 PM.

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