View Single Post
Posts: 752 | Thanked: 2,808 times | Joined on Jan 2011 @ Czech Republic
#388
Originally Posted by juiceme View Post
[*]Then I'd switch to 1.1.1.27 on console, and update with zypper;
"ssu re 1.1.1.27; ssu ur; zypper ref; zypper up"[/list]

Originally Posted by juiceme View Post
Hmm well that works too except it gets the control away from you, starts update right away.
IMHO if anything, you should not use
Code:
zypper up
, but
Code:
zypper dup
.

From the man page of zypper:
update, up .......................... Update installed packages with newer versions.
dist-upgrade, dup ............... Perform a distribution upgrade.

Last edited by nodevel; 2014-12-22 at 12:31.