Bug 1628445

Summary: dnf will stop to search the next packages after unable to find a match for a package in the list
Product: [Fedora] Fedora Reporter: lnie <lnie>
Component: dnfAssignee: rpm-software-management
Status: CLOSED NOTABUG QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 29CC: dmach, mblaha, mhatina, packaging-team-maint, rpm-software-management, vmukhame
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2018-09-17 11:22:51 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
journal none

Description lnie 2018-09-13 05:15:39 UTC
Created attachment 1482937 [details]
journal

Description of problem:
[root@localhost ~]# dnf install cokpit cockpit-storaged
Last metadata expiration check: 0:03:00 ago on Thu 13 Sep 2018 01:06:16 AM EDT.
No match for argument: cokpit
Error: Unable to find a match


Version-Release number of selected component (if applicable):
kernel-4.18.5-300.fc29.x86_64
dnf-3.2.0-2.fc29.noarch


How reproducible:
always

Steps to Reproduce:
1.
2.
3.

Actual results:


Expected results:


Additional info:

Comment 1 Daniel Mach 2018-09-17 11:22:26 UTC
This behavior is intentional.
DNF always does what's requested by a user and fails if it can't proceed.
Please use --skip-broken to skip unavailable packages specified in the input.