dnf replacing yum and dnf-yum

Mathieu Bridon bochecha at fedoraproject.org
Thu Apr 2 12:27:43 UTC 2015


On Thu, 2015-04-02 at 14:23 +0200, Jan Kratochvil wrote:
> On Thu, 02 Apr 2015 09:50:05 +0200, Jiří Konečný wrote:
> rpm/repoquery just do not support wildcards so one has to type:
> 	    repoquery --whatprovides 'libnetapi.so.0()(64bit)'
> 	dnf repoquery --whatprovides 'libnetapi.so.0()(64bit)'

That's not entirely true:

 $ repoquery --whatprovides 'libnetapi.so.0*64*'
 samba-libs-2:4.1.17-1.fc21.x86_64
 samba-libs-2:4.1.12-5.fc21.x86_64

DNF however:

 $ dnf repoquery --whatprovides 'libnetapi.so.0*64*'
 Using metadata from Thu Apr  2 14:26:05 2015


-- 
Mathieu



More information about the devel mailing list