I can not enable the updates repository. When I try to use the online update configuration, I get stuck in a loop between a window telling me manual interaction required and another sending me to Novell Customer Center System Registration. When I click on continue from the second screen I get brought back to the first.
Registration is not needed. To update just become su in a terminal
Become su in Terminal - HowTo - openSUSE Forums
then do
zypper up
Thanks for the quick reply. I had tried to do that earlier, yet all I get is
Loading repository data...
Reading installed packages...
Nothing to do.
But when I load the software manager the updates repo shows up in the repositories tab then after about a second it disappears. I would post a screenshot but under the posting rules it says that I cannot post attachments.
Please post result of
zypper lr -d
zypper lr -d
# | Alias | Name | Enabled | Refresh | Priority | Type | URI | Service
--+---------------------------------------+---------------------------------------+---------+---------+----------+--------+-----------------------------------------------------------------+--------
1 | Packman_repository_(openSUSE_Factory) | Packman repository (openSUSE_Factory) | Yes | Yes | 90 | rpm-md | http://ftp.gwdg.de/pub/linux/misc/packman/suse/factory/ |
2 | repo-debug | openSUSE-11.3-Debug | No | Yes | 99 | NONE | http://download.opensuse.org/debug/distribution/11.3/repo/oss/ |
3 | repo-non-oss | openSUSE-11.3-Non-Oss | Yes | Yes | 99 | yast2 | http://download.opensuse.org/distribution/11.3/repo/non-oss/ |
4 | repo-oss | openSUSE-11.3-Oss | Yes | Yes | 99 | yast2 | http://download.opensuse.org/distribution/11.3/repo/oss/ |
5 | repo-source | openSUSE-11.3-Source | No | Yes | 99 | NONE | http://download.opensuse.org/source/distribution/11.3/repo/oss/ |
6 | repo-update | openSUSE-11.3-Update | Yes | Yes | 99 | rpm-md | http://download.opensuse.org/update/11.3/ |
the updater isn’t really active until final release or at least the release candidates. Afaik you can safely deactivate the update repo until final
Thanks for your reply.
If you want to update 11.3 add these repos
Index of /factory/repo/non-oss
Then use the switcher in the yast UI
or do zypper dup
Thanks, will do.