[BUG]: Dependency errors when installing on 32-bit Raspberry Pi OS Trixie
bug
### What happened?
Tried to install rpi-imager on up-to-date Trixie installation on a Raspberry Pi 2B using ``apt install rpi-imager```. However, installation fails with dependency errors as shown below.
Installed version:
```Linux raspberrypi2 6.18.34+rpt-rpi-v7 #1 SMP Raspbian 1:6.18.34-1+rpt1 (2026-06-09) armv7l GNU/Linux```
### Version
< 2.0.0
### What host operating system were you using?
Other Linux environment
### Host OS Version
Raspberry Pi OS 13.4 Trixie
### Selected OS
N/A
### Which Raspberry Pi Device are you using?
Raspberry Pi 2B
### What kind of storage device are you using?
microSD Card in an internal reader
### OS Customisation
- [ ] Yes, I was using OS Customisation when the bug occurred.
### Relevant log output
```shell
root@raspberrypi2:~# apt install rpi-imager
Solving dependencies... Error!
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
Unsatisfied dependencies:
rpi-imager : Depends: libarchive13 (>= 3.0.4) but it is not installable
Depends: libcurl3-gnutls (>= 7.16.2) but it is not installable
Depends: libgnutls30 (>= 3.7.0) but it is not installable
Depends: libqt5core5a (>= 5.15.1) but it is not installable
Depends: libqt5dbus5 (>= 5.14.1) but it is not installable
Depends: libqt5gui5 (>= 5.10.0) but it is not installable or
libqt5gui5-gles (>= 5.10.0) but it is not going to be installed
Depends: libqt5network5 (>= 5.12.2) but it is not installable
Depends: libqt5widgets5 (>= 5.0.2) but it is not installable
Error: Unable to correct problems, you have held broken packages.
Error: The following information from --solver 3.0 may provide additional context:
Unable to satisfy dependencies. Reached two conflicting decisions:
1. rpi-imager:armhf=1.8.5+rpt1 is selected for install
2. rpi-imager:armhf Depends libarchive13 (>= 3.0.4)
but none of the choices are installable:
[no choices]
```
14 条评论