On Sat, 2003-03-29 at 21:27, Brian Beck wrote: > > > > apt-get install xmms-mp3 > > just a thought, what about trying apt-get install xmms*
You had better do: apt-cache search xmms first, and then if you really want to instsall xmms*, do this: apt-get install xmms.* (that . means 'any character' and the * means '0 or more characters that match .). While apt-get isntall xmms* Means: install anything that matches xmmssssss (0 or more s's). My $0.02 --Dave _______________________________________________ newbies mailing list [EMAIL PROTECTED] http://phantom.byu.edu/cgi-bin/mailman/listinfo/newbies
