Hello,
I’m trying to understand zypper auto-refresh. As far as I understand, I’ve enabled auto-refresh:
$ zypper lr -P
# | Alias | Name | Enabled | GPG Check | Refresh | Priority
--+----------------------------------+----------------------------------------+---------+-----------+---------+---------
5 | packman | packman | Yes | (r ) Yes | Yes | 90
1 | download.opensuse.org-non-oss | Main Repository (NON-OSS) | Yes | (r ) Yes | Yes | 99
2 | download.opensuse.org-oss | Main Repository (OSS) | Yes | (r ) Yes | Yes | 99
3 | download.opensuse.org-tumbleweed | Main Update Repository | Yes | (r ) Yes | Yes | 99
4 | openSUSE-20230822-0 | openSUSE-20230822-0 | No | ---- | ---- | 99
6 | repo-debug | openSUSE-Tumbleweed-Debug | No | ---- | ---- | 99
7 | repo-openh264 | Open H.264 Codec (openSUSE Tumbleweed) | Yes | (r ) Yes | Yes | 99
8 | repo-source | openSUSE-Tumbleweed-Source | No | ---- | ---- | 99
Why is it then that zypper still prompts me to refresh the repositories? I thought they would auto-refresh?
$ zypper se firefox
Repository 'Main Repository (NON-OSS)' is out-of-date. You can run 'zypper refresh' as root to update it.
Repository 'Main Repository (OSS)' is out-of-date. You can run 'zypper refresh' as root to update it.
Repository 'packman' is out-of-date. You can run 'zypper refresh' as root to update it.
[...]
Thank you for your help!