Can someone help me to sort out which repositories I should have enabled on Tumbleweed. This is a followup to problems I posted the other day relative to that huge update. It was suggested at that time I remove certain repositories which I did using YAST. Today I noticed when I do a refresh, then a zypper dup I get this: desktop-tumbleweed frank ~> sudo zypper ref Repository 'Main Repository (NON-OSS)' is up to date. Repository 'Main Repository (OSS)' is up to date. Repository 'Main Update Repository' is up to date. Repository 'Double Commander (openSUSE_Tumbleweed)' is up to date. Repository 'libdvdcss repository' is up to date. Repository 'X11:Utilities' is up to date. Repository 'graphics' is up to date. Repository 'Base:System' is up to date. Repository 'X11:lxde' is up to date. Repository 'openSUSE:Tumbleweed' is up to date. Repository 'openSUSE-20221228-0' is up to date. Repository 'openh264' is up to date. Repository 'Packman' is up to date. Repository 'openSUSE-Tumbleweed-Source' is up to date. Repository 'vivaldi' is up to date. All repositories have been refreshed. desktop-tumbleweed frank ~> sudo zypper dup Loading repository data... Warning: Repository 'openSUSE:Tumbleweed' metadata expired since 2023-03-24 06:25:41 EDT. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Warning: Repository metadata expired: Check if 'autorefresh' is turned on (zypper lr), otherwise manualy refresh the repository (zypper ref). If this does not solve the issue, it could be that you are using a broken mirror or the server has actually discontinued to support the repository. Reading installed packages... Warning: You are about to do a distribution upgrade with all enabled repositories. Make sure these repositories are compatible before you continue. See 'man zypper' for more information about this command. Computing distribution upgrade... Nothing to do. These are the repositories I have enabled according to zypper: desktop-tumbleweed frank ~> zypper repos Repository priorities in effect: (See 'zypper lr -P' for details) 90 (raised priority) : 2 repositories 99 (default priority) : 13 repositories # | Alias | Name | Enabled | GPG Check | Refresh ---+--------------------------------------+----------------------------------------+---------+-----------+-------- 1 | download.opensuse.org-non-oss | Main Repository (NON-OSS) | Yes | (r ) Yes | Yes 2 | download.opensuse.org-oss | Main Repository (OSS) | Yes | (r ) Yes | Yes 3 | download.opensuse.org-tumbleweed | Main Update Repository | Yes | (r ) Yes | Yes 4 | home_Alexx2000 | Double Commander (openSUSE_Tumbleweed) | Yes | (r ) Yes | Yes 5 | http-opensuse-guide.org-38a6533d | libdvdcss repository | Yes | (r ) Yes | Yes 7 | https-download.opensuse.org-6a0df1c6 | graphics | Yes | (r ) Yes | Yes 9 | https-download.opensuse.org-8feb7d1a | X11:lxde | Yes | (r ) Yes | Yes 6 | https-download.opensuse.org-34a895cf | X11:Utilities | Yes | (r ) Yes | Yes 8 | https-download.opensuse.org-88275063 | Base:System | Yes | (r ) Yes | Yes 10 | https-download.opensuse.org-d98d69c0 | openSUSE:Tumbleweed | Yes | (r ) Yes | Yes 11 | openSUSE-20221228-0 | openSUSE-20221228-0 | Yes | (r ) Yes | Yes 12 | openh264 | openh264 | Yes | (r ) Yes | Yes 13 | packman | Packman | Yes | (r ) Yes | Yes 14 | repo-source | openSUSE-Tumbleweed-Source | Yes | (r ) Yes | Yes 15 | vivaldi | vivaldi | Yes | (r ) Yes | Yes desktop-tumbleweed frank ~> The Vivaldi and Double Commander repos are for app I use regularly. Is the repository which apparently is not refreshing one that should be removed ? Thanks for any and all help.
On 2023-03-25 18:49, Frank McCormick wrote:
Can someone help me to sort out which repositories I should have enabled on Tumbleweed. This is a followup to problems I posted the other day relative to that huge update.
It was suggested at that time I remove certain repositories which I did using YAST.
Today I noticed when I do a refresh, then a zypper dup I get this:
...
The Vivaldi and Double Commander repos are for app I use regularly. Is the repository which apparently is not refreshing one that should be removed ?
I don't know. If the one that generates that message is the one with "update" in the URL, then ignore the warning.
Thanks for any and all help.
-- Cheers / Saludos, Carlos E. R. (from 15.4 x86_64 at Telcontar)
Frank McCormick composed on 2023-03-25 13:49 (UTC-0400):
The Vivaldi and Double Commander repos are for app I use regularly. Is the repository which apparently is not refreshing one that should be removed ?
Your experience is a result of duplicate repos, one or both of which isn't fully in sync with the master, thus not with each other. You need to get rid of all repo duplication. In your YaST list I see tumbleweed/repo/oss duplicated. *20221228 is obsolete. # grep tColu /etc/zypp/zypper.conf # repoListColumns = Anr repoListColumns = au # zypper lr ... # | Alias | Enabled | GPG Check | URI --+----------+---------+-----------+------------------------------------------------------------------------- 1 | KDE3 | Yes | (r ) Yes | http://download.opensuse.org/repositories/KDE:/KDE3/openSUSE_Tumbleweed/ 2 | Non-OSS | Yes | (r ) Yes | http://download.opensuse.org/tumbleweed/repo/non-oss 3 | OSS | Yes | (r ) Yes | http://download.opensuse.org/tumbleweed/repo/oss 4 | Update | Yes | (r ) Yes | http://download.opensuse.org/update/tumbleweed/ 5 | openh264 | Yes | (r ) Yes | http://codecs.opensuse.org/openh264/openSUSE_Tumbleweed/ I have only standard repos enabled on this installation. -- Evolution as taught in public schools is, like religion, based on faith, not based on science. Team OS/2 ** Reg. Linux User #211409 ** a11y rocks! Felix Miata
participants (3)
-
Carlos E. R.
-
Felix Miata
-
Frank McCormick