Bug 1232990 - [rfe] Report all non-existent packages instead of just the first
Summary: [rfe] Report all non-existent packages instead of just the first
Keywords:
Status: CLOSED DUPLICATE of bug 1208918
Alias: None
Product: Fedora
Classification: Fedora
Component: dnf
Version: 23
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Packaging Maintenance Team
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2015-06-18 01:53 UTC by Andrew McNabb
Modified: 2015-06-18 08:26 UTC (History)
7 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2015-06-18 08:26:52 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Andrew McNabb 2015-06-18 01:53:36 UTC
Description of problem:

The "Changes in DNF CLI compared to Yum" document describes how dnf aborts on missing packages (which totally makes sense as a default behavior). Unfortunately, dnf only reports the first such failure. If a command contains 10 missing packages, then one must repeatedly remove the missing package that dnf reports and rerun. The process would be far less tedious if dnf reported upfront all missing packages that had been requested.


Version-Release number of selected component (if applicable):

dnf-0:1.0.0-1.fc22.noarch


How reproducible:

Always.


Steps to Reproduce:
1. dnf install asdf1 asdf2 asdf3


Actual results:
No package asdf1 available.
Error: no package matched: asdf1

Expected results:
No package asdf1 available.
No package asdf2 available.
No package asdf3 available.
Error: no package matched: asdf1


Additional info:

Comment 1 Radek Holy 2015-06-18 08:26:52 UTC
Hello, this is a duplicate of the bug 1208918.

*** This bug has been marked as a duplicate of bug 1208918 ***


Note You need to log in before you can comment on or make changes to this bug.