Description of problem: Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info:
Apologies, my browser acted out and I submitted accidentally. # Description of problem: DNF prints descriptive message about last metadata check performed in stdout, instead of stderr, making non-interactive usage of commands, like repoquery, harder. Version-Release number of selected component (if applicable): dnf-0:1.0.0-1.fc22 How reproducible: Always Steps to Reproduce: Run `dnf repoquery 2>/dev/null --requires perl` Actual results: Messages are still printed on stdout Expected results: All informative messages that are not parse-able content should be printed on stderr.
Apologies again, but the command should be `dnf repoquery --requires perl 2>/dev/null`.
I had the same idea. It was said to me that I should use "dnf -q repoquery ...".
Closing. In scripts to parse raw output use `--quiet` option.
*** Bug 1208592 has been marked as a duplicate of this bug. ***