Raspberry Pi, no updates

Hello,

I downloaded JeOS (details below) and installed it on my Raspberry Pi 3 some time ago. After doing an initial dist upgrade (had installed using June JeOS) after install, I’ve not gotten any updates from the core repo (see below). Is there another zypper repo I should be using to get updates or a different image I should be using? This device is exposed to the outside world so I want to be sure to be on top of security updates quickly.

Article followed: https://en.opensuse.org/HCL:Raspberry_Pi3
JeOS image: openSUSE-Leap15.0-ARM-JeOS-raspberrypi3.aarch64-2018.06.06-Buildlp150.1.1.raw.xz

Repo list (with uri):
Repository priorities are without effect. All enabled repositories share the same priority.

| Alias | Name | Enabled | GPG Check | Refresh | URI

–±----------------------------------±---------------------------------------±--------±----------±--------±--------------------------------------------------------------------------------
1 | network_utilities | Network Utilities (openSUSE_Leap_15.0) | Yes | (r ) Yes | Yes | http://download.opensuse.org/repositories/network:/utilities/openSUSE_Leap_15.0/
2 | openSUSE-Ports-Leap-15.0-repo-oss | openSUSE-Ports-Leap-15.0-repo-oss | Yes | (r ) Yes | Yes | http://download.opensuse.org/ports/aarch64/distribution/leap/15.0/repo/oss/

When I visit the Ports repo, I see the latest repo update was June (some files updated in July):
http://download.opensuse.org/ports/aarch64/distribution/leap/15.0/repo/oss/ChangeLog

Am I doing something wrong or missing something here? I’m not looking for cutting edge (ie, Tumbleweed), just want to keep up with security updates.

Hi and welcome to the Forum :slight_smile:
Yes, the update repository was not present on release and didn’t get added to your system (a known issue), so you need to manually add;


zypper ar -f -g -n "openSUSE-Ports-Leap-15.0-repo-oss-update"  http://download.opensuse.org/ports/update/leap/15.0/oss/ openSUSE-Ports-Leap-15.0-repo-oss-update
zypper ref
zypper up

Thank you very much, that was exactly what I was missing. The pi is up to date now and working great! I’m so impressed at how smooth an update it was (from June!), no quirks, no problems. Love Leap.