Am 29.06.2015 um 12:22 schrieb Germano Massullo:
Il 29/06/2015 12:18, Ondrej Oprala ha scritto:
I think dnf only supports globbing in this case ... try dnf remove
'*debuginfo*' to protect the *-s from being expanded by the shell

# dnf remove '*debuginfo*'
will remove all packages, I need only to remove fc20 debuginfo packages.
# dnf remove '*debuginfo*'.fc20.x86_64
does find anything to remove

dnf remove '*debuginfo*'.fc20.x86_64 is nonsense
you don't stop quoting somewhere in the middle

dnf remove '*debuginfo*.fc20.x86_64'
anyways, it's a terrible regression compared to yum

Attachment: signature.asc
Description: OpenPGP digital signature

-- 
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