Brian Parish <[EMAIL PROTECTED]> saith: > Agreed Charles! Let's put the "are they really there or not?" question > to bed. If "ls -R cd-mnt-point | grep package-name" can't see them, > they are not there. The question now is: "What does Mandrake do about > it?"
Brian, Some of the RPM packages use capital letters, so a bare grep command may not find them if you search for lowercase letters. Cover both bases by, instead, doing a case insensitive search: grep -i package Miark
Want to buy your Pack or Services from MandrakeSoft? Go to http://www.mandrakestore.com
