Re: Fun with dnf

2015-05-27 Thread Joe Zeff
On 05/27/2015 12:11 PM, Matthew Miller wrote: Try dnf list available "*google*" which keeps the wildcards from expanding. Or, you can also escape them like this if you prefer: dnf list available \*google\* -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscr

Re: Fun with dnf

2015-05-27 Thread Matthew Miller
On Wed, May 27, 2015 at 02:10:10PM -0400, David Cary Hart wrote: > [dch@dch-reptile ~]$ dnf list available *Google* [NOTE the capital "G"] [...] > ... and so on BUT do it in lowercase and: > [dch@dch-reptile ~]$ dnf list available *google* I'll bet you dollars to donuts that what you're seeing he

Re: Fun with dnf

2015-05-27 Thread Chris Adams
Once upon a time, David Cary Hart said: > [dch@dch-reptile ~]$ dnf list available *google* > Last metadata expiration check performed 1 day, 4:10:28 ago on Tue > May 26 09:56:57 2015. > Error: No matching Packages to list What does "ls *google*" show? Wildcards are expanded by the shell before b

Re: Fun with dnf

2015-05-27 Thread Patrick O'Callaghan
On Wed, 2015-05-27 at 14:10 -0400, David Cary Hart wrote: > [dch@dch-reptile ~]$ dnf list available *google* > Last metadata expiration check performed 1 day, 4:10:28 ago on Tue > May > 26 09:56:57 2015. > Error: No matching Packages to list Works for me (note the \*): $ sudo dnf list available