On Mon, 29 Jun 2015 12:12:57 +0200, Germano Massullo wrote:

> What is wrong with DNF's regular expression
> # dnf remove *debuginfo*.fc20.x86_64
> ? I am on F22 but I have a lot packets that should match that regular
> expression, but dnf does not find them.
> I also tried to add some escape chars like
> dnf remove *\-debuginfo\-*.fc20.x86_64
> but the result is the same

I've read the rest of the thread, but note that "rpm -qa" based queries piped
to "xargs rpm -e" still work fine for a package removal task like this.
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct

Reply via email to