I’m trying to do a zypper dup to an aarch64 computer that hasn’t been updated in a while. For numerous (and maybe all?) plasma6-* packages, it’s doing something like this:
Retrieving: plasma6-theme-openSUSE-84.87~git20240313T170730~9c664b7-40.1.noarch (Main Repository (OSS)) (2249/2428), 877.9 KiB
Retrieving: plasma6-theme-openSUSE-84.87~git20240313T170730~9c664b7-40.1.noarch.rpm ............................................................................................................................................................................................................................[error (845.4 KiB/s)]
Retrieving: plasma6-theme-openSUSE-84.87~git20240313T170730~9c664b7-40.1.noarch.rpm ............................................................................................................................................................................................................................[error (727.2 KiB/s)]
Retrieving: plasma6-theme-openSUSE-84.87~git20240313T170730~9c664b7-40.1.noarch.rpm ......................................................................................................................................................................................................................................[not found]
Retrieving: plasma6-theme-openSUSE-84.87~git20240313T170730~9c664b7-40.1.noarch.rpm ......................................................................................................................................................................................................................................[not found]
Retrieving: plasma6-theme-openSUSE-84.87~git20240313T170730~9c664b7-40.1.noarch.rpm ............................................................................................................................................................................................................................[error (822.7 KiB/s)]
Retrieving: plasma6-theme-openSUSE-84.87~git20240313T170730~9c664b7-40.1.noarch.rpm ............................................................................................................................................................................................................................[error (807.2 KiB/s)]
Retrieving: plasma6-theme-openSUSE-84.87~git20240313T170730~9c664b7-40.1.noarch.rpm ......................................................................................................................................................................................................................................[not found]
Retrieving: plasma6-theme-openSUSE-84.87~git20240313T170730~9c664b7-40.1.noarch.rpm ......................................................................................................................................................................................................................................[not found]
Retrieving: plasma6-theme-openSUSE-84.87~git20240313T170730~9c664b7-40.1.noarch.rpm ............................................................................................................................................................................................................................[error (730.0 KiB/s)]
Failed to provide Package plasma6-theme-openSUSE-84.87~git20240313T170730~9c664b7-40.1.noarch (Main Repository (OSS)). Do you want to retry retrieval?
[download.opensuse.org-oss|http://download.opensuse.org/ports/aarch64/tumbleweed/repo/oss/] Can't provide file './noarch/plasma6-theme-openSUSE-84.87~git20240313T170730~9c664b7-40.1.noarch.rpm' from repository 'download.opensuse.org-oss'
History:
- Downloaded data exceeded the expected filesize '877.9 KiB' of 'http://cdn.opensuse.org/ports/aarch64/tumbleweed/repo/oss/noarch/plasma6-theme-openSUSE-84.87~git20240313T170730~9c664b7-40.1.noarch.rpm'.
- Can't provide ./noarch/plasma6-theme-openSUSE-84.87~git20240313T170730~9c664b7-40.1.noarch.rpm
Abort, retry, ignore? [a/r/i] (a): i
...
plasma6-cursors and plasma6-systemmonitor are two other example packages that are doing the same thing. I kicked off this upgrade with -
chris@laptop-work:~ $ sudo zypper dup
[sudo] password for root:
Loading repository data...
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...
The following 9 items are locked and will not be changed by any action:
Available:
akonadi pattern:kde_pim libreoffice-base mariadb mariadb-client mariadb-connector-odbc mariadb-tools patterns-kde-kde_office patterns-kde-kde_pim
...
As well, if it’s helpful, here’s what I’m going to → from:
The following product is going to be upgraded:
openSUSE Tumbleweed 20260209-0 -> 20260512-0
It doesn’t look like it’s just one mirror causing the problem, and other than a zypper clean -a and zypper refresh, I’m not sure what to do next. Any tips on what I can do here?