Living Free With Linux, Round 2
bsk_cw writes "About a month ago, in Living free with Linux: 2 weeks without Windows, Preston Gralla wrote about what life was like for a long-time Windows user trying to live with Linux. His main problems came when he tried to install or update software. Loads of people responded with advice — so he went back and tried again. Here's what he learned, and what did and didn't work for him."
(I won't cover apt in this piece, because it's simply too confusing for newbies; even many experienced Linux experts stay away from it.)
Lol wat?
apt-cache search
apt-get install
Yup, my head just exploded from the complexity.
I find these reviews of "converting to linux" a bit pointless really; they're only ever one persons' perspective on what a conversion is, of which I often find I can't relate to much of what they go through.
I'd suggest if someone wants to do a "Linux conversion log" type write-up, they consider a target audience. In particular, i'd like to see:
- The web-user; email, web, and IM (99% of reviews fall into this category)
- The business user; Exchange, blackberry, important Office data (spreadsheet, word), Wifi, power-saving management, enterprise facilities
- The multimedia user: MP3, iPod sync, games, DVD, video editing.
That in my opinion makes up most computer users, and in particular most MacOS/Windows users...the target audience. Take a person from each category and see how they survive 2 weeks on Linux; that I'd be truly interested in.
throw new NoSignatureException();
It will probably be the case this guy doesn't WANT to change from Photoshop to Gimp, from IE to FireFox, from AIM to Pidgin, to run Wine for WoW.
No need to do so, just use CrossOver Linux and CrossOver Games.
And have to say that it is rather well balanced. But it also reminds me of something: I've been using Linux for more than a decade, and things to which I'm accustomed - like using the command line - are not at all intuitive to the Windows user.
There is this tendency among Linux evangelists to try to "fix" a neophyte's problems rather than listening to what he's saying. While Linux has made large inroads in the desktop arena, at its heart it is UNIX, not Windows. One of the larger issues of Linux adoption is that Windows users have a mental model of computers which is Windows-specific:
Making Linux ubiquitous on the desktop will be a matter of coming up with a simpler, more accessible mental model of a computer for the end user. It will not come about by fixing a particular problem with a particular distribution.
The average computer user is an expert in something *other* than computers. They're not interested in learning the vagaries of hardware configuration or knowing about kernel dumps and command lines. They use a computer as a tool to *do something other than programming*. They want something easy to use, secure, and reliable. Windows comes through on the first part. Linux on the latter parts. However, security and reliability are a moot point if you can't use the computer in the first place. Hence, Windows gets chosen time and again, in spite of its flaws.
The society for a thought-free internet welcomes you.
The thing he found hardest, the thing he singled out for special mention as the worst problem, was: installing new software.
Eeek.
That's what Linux distros, particularly Debian-based ones, do best! The package management is the best single feature of Debian and Ubuntu, light-years ahead of the situation in Windows.
Now, he's not a troll and he's not an idiot. Which means that he has just helpfully identified something we should work on.
His basic problem is that he is used to Windows, where things are done differently. Either Microsoft Office is installed or it isn't; and the only pieces of Office that you can see are large chunks like Word, Excel, etc. It was surprising and alarming to him when there were hundreds and hundreds of little packages with odd names. For example, the updater told him it would update "anachron -- cron-like program that doesn't go by time" and he didn't know what to make of that.
In his Part 2 article, he recommends that you never update any package you don't understand. Eeek, again! What if there is a critical security update to DNS or something? He is unlikely to know what it is, so he will decline it. And he will be working very hard to go through the list and uncheck the update box for the vast majority of his packages.
The correct policy is to have the updater pull from a trusted source, and just let it update. Trust the system.
In all fairness, Windows has its share of similarly weird stuff. But they have done a much better job of wrapping it up to present to the user.
When you run Windows Update, it won't give you anything called "anachron", but it will give you things like "hotfix 967363: A Windows Server 2008-based DHCP server does not register DNS records for earlier version DHCP clients that do not send option 81 to the DHCP server". But this will be labeled as a "critical" patch that you really need to take.
Perhaps Ubuntu should have a popup on the update manager that gives newbies a quick overview of package management on Linux? Things are much better than the mess in Windows, so we need to make sure that newbies understand what's going on. When new users are confused, that should be treated as a bug, and fixed.
steveha
lf(1): it's like ls(1) but sorts filenames by extension, tersely
Actually, it's more complicated than merely attracting "clueless" users: what about people like me who are anything but clueless but who have incredibly poor memories for certain things? It's a well understood fact that one of the values - if not THE value - of GUIs is the dramatic reduction in memorization and rote learning required to use such a system versus a CLI. I've been-there-done-that with CLIs, but for less than constant use I'm now forced to use cheat sheets and reference books, and that's a time-wasting pain.
I first used Linux back in 1991/92 in a job capacity, so I was an early adopter. However, I have neurological issues that result in a very unreliable memory; as a result I've been obsessed my entire adult life with retaining "reference" materials. I also suspect that poor memory caused me to develop a compensatory advanced reasoning IQ: I am often able to reason things out on-the-fly when others are dependent upon memory and rote learning. Consequently I've also been obsessed with understanding how things tick, because the better I understand the system the better I can handle unexpected situations and reconstruct things I've forgotten.
This is the primary reason why a Linux distro with a GUI and menu-item equivalents for CLI commands is important. GUIs are all about reducing the rote learning requirement. Why is rote learning so tightly bound to our perception of elite-ness? I suck at rote learning, but I can reason my way out of a black box when others dependent on memory will remain stuck inside. I shouldn't be penalized for that by my operating system.
Gimme my GUI!
Yeah, I don't get it.
In Windows, you want to install something? First you have to search the web for it, come up with dozens of results that may or may not be what you want. Of the ones that will do what you want, half of them are crippleware with only half the features, or come bundled with spyware, or is some kind of trial-only nonsense, or you have to pay for it.
Once you find something that fits your needs, you download a completely untrusted executable from god-knows-where, and run it. Windows is all too happy to let even the most simple program install things in half a dozen different folders it has no business touching or creating. Then it'll clutter up your setup -- create new start menu folders that have nothing to do with anything (Start > Programs > Manufactuer > Developer > Program Name > Run program.exe ? WTF IS THAT?), a quicklaunch icon, a desktop shortcut, and helpfully installs yet another systray party favor to start on boot and hog memory for no reason.
When all is said and done you have the program but unless you're really on top of things, your computer slows down under the weight of all the extraneous garbage and malware that comes from doing things this way. Which is why salespeople are always whining about how slow their 2ghz dual core setups are.
Oh yeah, and each program will insist on having its own little update system, so pretty soon you've got forty seven different applications all bitching that they want to update individually.
Woo! That's easy and convenient!
Let's look at the complicated Linux way using Synaptic and Gnome. First, click "Add Programs". Type in a keyword or two to search the repository. Results come back with names and descriptions. Put a checkbox next to the one you want, click "install", and a few seconds later it's on your system, in a sane folder under "Applications", and didn't leave any horsebull behind afterwards. Full featured, no registration, no nagging. For free.
Oh, and it'll update from a central update panel, along with everything else. One click to update everything at once.
Man, that's so hard. Only a true IT God could ever master this process!
mirrorshades radio -- darkwave, industrial, futurepop, ebm.