Hello, when I try install rpi-imager with zypper in, I get error: Preloading: rpi-imager-1.9.0-26.9.x86_64.rpm [Error: "The requested URL returned error: 404", trying next mirror.]
I am on tumbleweed 20250606.
Are mirrors still broken?
Hello, when I try install rpi-imager with zypper in, I get error: Preloading: rpi-imager-1.9.0-26.9.x86_64.rpm [Error: "The requested URL returned error: 404", trying next mirror.]
I am on tumbleweed 20250606.
Are mirrors still broken?
You are installing this package from some home or develeopment repo. The official version in Tumbleweed is rpi-imager-1.9.0-1.3
Unless you tell us from where you try to install this packge we only can guess…
Show your repo list via zypper lr -d
It is unreadable. Post the terminal output via preformatted text tags </>.
Sorry, there:
# | Alias | Name | Enabled | GPG Check | Refresh | Keep | Priority | Type | URI | Service
---+----------------------------+--------------------------------------+---------+-----------+---------+------+----------+--------+------------------------------------------------------------------------------------------+---------
1 | NVIDIA:repo-non-free | repo-non-free | Ano | (r ) Ano | Ano | - | 99 | rpm-md | https://download.nvidia.com/opensuse/tumbleweed | NVIDIA
2 | devel_tools_ide_vscode | devel_tools_ide_vscode | Ano | (r ) Ano | Ano | - | 99 | rpm-md | https://download.opensuse.org/repositories/devel:/tools:/ide:/vscode/openSUSE_Tumbleweed |
3 | google-chrome | google-chrome | Ano | (r ) Ano | Ano | - | 99 | rpm-md | https://dl.google.com/linux/chrome/rpm/stable/x86_64 |
4 | home_txutxifel | home:txutxifel (openSUSE_Tumbleweed) | Ano | (r ) Ano | Ne | - | 99 | rpm-md | https://download.opensuse.org/repositories/home:/txutxifel/openSUSE_Tumbleweed/ |
5 | openSUSE:repo-non-oss | repo-non-oss | Ano | (r ) Ano | Ano | - | 99 | rpm-md | http://cdn.opensuse.org/tumbleweed/repo/non-oss | openSUSE
6 | openSUSE:repo-openh264 | repo-openh264 | Ano | (r ) Ano | Ano | - | 99 | rpm-md | http://codecs.opensuse.org/openh264/openSUSE_Tumbleweed | openSUSE
7 | openSUSE:repo-oss | repo-oss | Ano | (r ) Ano | Ano | - | 99 | rpm-md | http://cdn.opensuse.org/tumbleweed/repo/oss | openSUSE
8 | openSUSE:repo-oss-debug | repo-oss-debug | Ne | ---- | ---- | - | 99 | N/A | http://cdn.opensuse.org/debug/tumbleweed/repo/oss | openSUSE
9 | openSUSE:repo-oss-source | repo-oss-source | Ne | ---- | ---- | - | 99 | N/A | http://cdn.opensuse.org/source/tumbleweed/repo/oss | openSUSE
10 | openSUSE:update-tumbleweed | update-tumbleweed | Ano | (r ) Ano | Ano | - | 99 | rpm-md | http://cdn.opensuse.org/update/tumbleweed | openSUSE
The issue is due to a improperly setup home repository. Enable auto refresh of repo number 4 either via YaST Software Repositories or via zypper command line.
sudo zypper mr -f 4
Works, thanks a ton