On Sat, 06 Jun 2009 11:19:16 +0200, Joachim Backes wrote: >> First, don't use "-qa" unless you need to. Using "-qa" is really only >> useful if you're matching a glob-style pattern against all package >> names. For instance, "rpm -qa curl*". > > More precise:: rpm -qa curl\* or rpm -qa 'curl*' or rpm -qa "curl*" > (without \ or ' or ", * is interpreted by your shell) > > If you're not using a glob-style Thanks. However, I'm still not seeing the expected output, which is a list of files including the JAR: [root@arrakis i386]# [root@arrakis i386]# rpm -q curl-java curl-java-0.2.3.SVN-2.i386 [root@arrakis i386]# [root@arrakis i386]# rpm -qa curl-java* [root@arrakis i386]# [root@arrakis i386]# rpm -qa curl-java/* [root@arrakis i386]# [root@arrakis i386]# rpm -qa curl-java\* curl-java-0.2.3.SVN-2.i386 [root@arrakis i386]# thanks, Thufir -- fedora-list mailing list fedora-list@xxxxxxxxxx To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines