Linuxguy123 wrote: > I'm trying to figure out why 'yum list *synaptics*' > didn't find that package. > Off-topic, but if you're still unable to list that using the above line, use quotes for *synaptics* yum list '*synaptics*' OR yum list "*synaptics*" Without the quotes, if you've any file in the current directory matching the pattern, your shell may interfere! Syam