Any arguments for keeping Yum case-sensitive?

Cameron Simpson cs at zip.com.au
Tue Mar 8 10:07:25 UTC 2011


On 08Mar2011 03:53, Fernando Cassia <fcassia at gmail.com> wrote:
| This is silly.... makes me waste time... wasting time is no good.

It should be case sensitive. UNIX generally is.

| [root at doscabezas sound-juicer-2.20.1]# yum install Perl-xml-parser
| Loaded plugins: refresh-packagekit
| Setting up Install Process
| No package Perl-xml-parser available.
[...]

More guess-the-package follows.

What you should be doing is "yum search xml-parser" (for example).
The cut/paste the correct package name.

The search facility is case insensitive because you're asking "find me
something _like_ this". But "yum install"? No way. It should do exactly
what is asked, and nothing else. Case insensitivity is the door to
"guess at what I might have meant". Bad. For the system administrator:
very bad.

I don't see people aguing for making yum (and other commands) cope with
misspelt things; case sensitivity is the same issue.

Cheers,
-- 
Cameron Simpson <cs at zip.com.au> DoD#743
http://www.cskk.ezoshosting.com/cs/

Men are not hanged for stealing horses, but that horses may not be stolen.
        - Lord Halifax, Works


More information about the users mailing list