Why Top Linux Distros Are For Different Users
Lucas123 writes "Fedora, openSUSE and Ubuntu Linux desktops may look alike, but they've got some important distinctions, like the fact that Fedora and Ubuntu use GNOME 2.28 (the latest version) for their default desktop, while openSUSE uses KDE 4.3.1. And, Fedora's designers have assumed that its users are wiser than the general run of users. 'For example, in earlier versions, ordinary (non-admin) users could install software on Fedora without access to the root password. As of this version, however, local users will need to enter the root password before they can install software (as they do on almost all other Linux distributions).'"
And, Fedora's designers have assumed that its users are wiser than the general run of users. 'For example, in earlier versions, ordinary (non-admin) users could install software on Fedora without access to the root password.
So according to this "logic", Microsoft assumes that its users are wiser than the general run of users too? Nice way to spin Fedora finally addressing this security issue, dude.
Want to improve your Karma? Instead of "Post Anonymously", try the "Post Humously" option.
Does the distro work with your printer without any complicated installation procedures?
Does the distro work with your audio hardware without any complicated installation procedures?
Does the distro switch between all the resolutions supported by your video hardware?
Does the distro have a reasonably good package installation mechanism?
Does the distro support your applications without special package installation requirements?
If the answer is affirmative to all of the above, then you've got yourself a winner. It's very cool how Ubuntu has essentially forced every other distro to get up to speed on these seemingly basic features. Otherwise, the distros are just flavored differently. It's all the same under the hood.
Nice to see good results for openSuse. The reviewer didn't fall for the immature "Novell is evil!" absurdity.
Who cares? I've been using Linux around 10 years ago, I'm a computer engineer, and after all, I beeing using Ubuntu until today. I've tried a lot of distros, but I've never found a better distro for me, despite I'm a programmer too.
And THAT is an indication that the Fedora developers are NOT particularly wise.
Slow down, cowboy! It has been 4 hours since you last posted. You must wait another few hours.
huh?
I've used every version of Fedora linux and before that I've used Red Hat Linux from version 4.2 until Fedora Core 1. I don't recall ever having the ability to install software without providing the root password. In fact, when this type of insecure feature was implemented in Fedora 12 it caused a huge uproar and the insecure feature was removed in an update.
Someone should make a version of Ubuntu or openSuse or Fedora or whatever that is designed for Seniors. Large Fonts, easy to use, very little duplication of apps, no problems... I bet it would spread far and wide. We have the kids checking it out, time to take the seniors... Also, why does all the netbook distros never fit the dialogs on the screen? 800x480 is not much to work with granted...
I installed Ubuntu 8 on my kids computer and they loved it... I played about with it as well and liked it enough that once it came time to rebuild my linux box I decided to install 9.04... I have to say, i'm not impressed with 9.0.4... I have had issues with using the software manager to install new applications.. I miss the popular column and thought that was great. Switching to a static IP address wasn't straight forward... It seems that if you are the type of user that will just download it, install defaults and use it, then its fine. But as soon as you want to make changes, it started to get painful.
So for now i'm switching back to Fedora.. Something i'm familiar with and just seems to work.
"Thanks to the remote control I have the attention span of a gerbil."
I've got to say, this is a huge feature that most package managers are missing. If I can download an archive, unpack it, and run it from ~, I should be able to install a package under ~ as well.
Give me Classic Slashdot or give me death!
If you can't do it with Slackware, it doesn't need doing.
:-)
...laura
Actually the Fedora assumption was the exact opposite: That we can't expect to pop up a dialog asking the user for the root password to approve the installation of software, and have the user make the right decision every time. It is better to make a list of safe software which can't compromise an installation, and allow the user to install that without prompts.
This is not without problems, but once it is done right, the system will be less dependent on users making the right choices.
Finally! A year of moderation! Ready for 2019?
So does that mean Gentoo is designed for users that have more free time?
You're a classic example of why Linux has problems, claiming there is "NO reason" for something shows a lack of foresight or even imagination. Too many Linux developers feel the same. Because they don't have a problem with something, they firmly believe nobody should have a problem with something, and refuses to support it.
+1 Right On
There's a lot of "If I don't need it, no one needs it" arrogance in the OS community. Part of it comes from "it works for me, I don't care about you" (which is just fundamental human nature); part of it is the longstanding "RTFM" tradition (i.e., the root geek community that Free Software sprung from put a high premium on self-help. The extreme manifestation, and also the practical reason for full source code disclosure in FOSS, is "Read the Fucking Source" as the rejoinder for someone asking for help.)
It's a cultural weakness now that FOSS has spread into the general public. Unless you're paying for support, no one is obligated to help you, so if you're not technically savvy and have enough time and effort to chase it down, you're stuck.
Welcome to the Panopticon. Used to be a prison, now it's your home.
To my knowledge (I've been using Fedora since its inception), Fedora has always required root credentials, or the user be in the sudoers list to install software packages. Only in Fedora 12 was that not the default behavior, and there was a BIG uproar over that change (see the VERY lengthy discussion on this issue on the RedHat Bugzilla report - https://bugzilla.redhat.com/show_bug.cgi?id=534047), which has since change the default behavior BACK to requiring root credentials to install software.
Speaking of easy, openSUSE is also the first of the major Linux distros that makes it simple to upgrade the system over the Internet. With most distros, you need to download an ISO image of the new release and then boot from it to upgrade your Linux distribution. However, I was able to do an in-place upgrade of openSUSE 11.1 to 11.2 on my ThinkPad over a Wi-Fi connection. This arrangement makes upgrading the entire operating system as simple as installing one really big program.
That's been a part of Ubuntu's Update Manager for...how many years now? And in Debian using stable rather than lenny in your /etc/apt/sources.list will achieve the same effect. Or you could just use testing and enjoy more-up-to-date-but-still-stable software that has rolling updates.
What about shared libraries? Should those be duplicated everywhere?
The user installed package should use the system library if available, otherwise install a copy under ~.
What about differing versions of the same package? Should user X have the old version and user Y have the new version?
Each user should use whatever version they want.
What if the user installs it and the admin installs it? Should the user's package have higher precedence (PATH, MANPATH, etc.) or the system-wide package?
It's up to the user to set up the PATH the way they want it.
These aren't particularly hard questions.
Give me Classic Slashdot or give me death!