Any arguments for keeping Yum case-sensitive?

JB jb.1234abcd at gmail.com
Tue Mar 8 10:49:58 UTC 2011


Ralf Corsepius <rc040203 <at> freenet.de> writes:

> ...

I am not happy about this as well.

Case sensitive:
# yum install Perl-xml-parser
No package Perl-xml-parser available.
  * Maybe you meant: perl-XML-Parser

Case insensitive:
$ yum list Perl-xml-parser
perl-XML-Parser.i686
$ yum search Perl-xml-parser
perl-XML-Parser.i686 
perl-XML-Parser-Lite-Tree.noarch 

But,
https://bugzilla.redhat.com/show_bug.cgi?id=546462
I believe he is the maintainer of yum:

...
seth vidal 2010-11-15 15:28:04 EST

The reason we tell people there is another is b/c there are lots of situations
where bad packages cause problems.

Case in point:

yum install mysql-server

is NOT the same as

yum install MySQL-server

sadly.
...

JB




More information about the users mailing list