DNF and regular expressions

Germano Massullo germano.massullo at gmail.com
Mon Jun 29 10:22:01 UTC 2015


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.


More information about the devel mailing list