Bug ID | 942852 |
---|---|
Summary | Zypper: inconsistent installation behaviour between interactive and non-interactive mode. |
Classification | openSUSE |
Product | openSUSE Factory |
Version | 201505* |
Hardware | Other |
OS | Other |
Status | NEW |
Severity | Normal |
Priority | P5 - None |
Component | Basesystem |
Assignee | bnc-team-screening@forge.provo.novell.com |
Reporter | hguo@suse.com |
QA Contact | qa-bugs@suse.de |
Found By | --- |
Blocker | --- |
The system is running the latest Tumbleweed snapshot and zypper version shows "1.12.12". Suppose that a package "xmms" is not yet installed, and a package called "abcde" does not exist. In interactive mode, attempting to both packages causes xmms to be eventually installed: # zypper in abcde xmms ... ... Overall download size: 2.5 MiB. Already cached: 0 B. After the operation additional 8.8 MiB will be used. Continue? [y/n/? shows all options] (y): However, in non-interactive mode, zypper does nothing: # zypper --non-interactive in abcde xmms ... ... No provider of 'abcde' found. The behaviour of non-interactive install should be consistent with an interactive install.