#zypper repos --uri
install the latest upfates:
#zypper refresh
#zypper update
Now that the latest updates are installed, disable all OpenSUSE 11.3
repositories...
#zypper modifyrepo --all --disable
and enable the OpenSUSE 11.4 repositories:
#zypper addrepo --name "openSUSE-11.4 OSS"
http://download.opensuse.org/distribution/11.4/repo/oss/ repo-11.4-oss
#zypper
addrepo --name "openSUSE-11.4 Non-OSS"
http://download.opensuse.org/distribution/11.4/repo/non-oss/
repo-11.4-non-oss
#zypper addrepo --name "openSUSE-11.4 Updates"
http://download.opensuse.org/update/11.4/ repo-11.4-update
Now run the full distribution upgrade:
#zypper ref
#zypper dup
#reboot