'zypper lu -t package' currently lists all packages for which there is a newer version available, regardless whether it installable or not. OTOH, 'zypper up -t package' uses solver's doUpdate(). The results are quite different. E.g. on my workstation i currently get 2000+ packages with 'lu' while 'up' wants to upgrade only around 50. I'd like to fix this for 11.0 and there are basically two ways: 1) fix 'lu' to display what doUpdate() proposes 2) fix 'up' to install what 'lu' currently proposes (don't use doUpdate()) I would like to do 2) but i wonder why doUpdate() yields soooo different results than simple checking for newer version (doUpgrade() yields much saner number). It's clear that it is not the same, but it should not be _that_ different, too. If this is caused by some easily fixable bug, i'd go for 2), otherwise i'd do 1). What do you think? cheers, jano https://bugzilla.novell.com/show_bug.cgi?id=392591 -- To unsubscribe, e-mail: zypp-devel+unsubscribe@opensuse.org For additional commands, e-mail: zypp-devel+help@opensuse.org