Thanks. That seems to be what I have, too:What is missing or in the wrong place?Code:
$ tree /etc/apt//etc/apt/├── apt.conf.d│ ├── 01autoremove│ ├── 20listchanges│ ├── 20packagekit│ ├── 50raspi│ ├── 70debconf│ └── 75lowerspeed├── auth.conf.d├── keyrings├── listchanges.conf├── listchanges.conf.d├── preferences.d├── sources.list├── sources.list.d│ └── raspi.list├── sources.list.orig└── trusted.gpg.d ├── debian-archive-bookworm-automatic.asc ├── debian-archive-bookworm-security-automatic.asc ├── debian-archive-bookworm-stable.asc ├── debian-archive-bullseye-automatic.asc ├── debian-archive-bullseye-security-automatic.asc ├── debian-archive-bullseye-stable.asc ├── debian-archive-trixie-automatic.asc ├── debian-archive-trixie-security-automatic.asc ├── debian-archive-trixie-stable.asc └── raspberrypi-archive-stable.gpg8 directories, 20 files
The sources are different you are missing debian.sources and have raspi.list instead of raspi.sources
Code:
$ cat raspi.sourcesTypes: debURIs: http://archive.raspberrypi.com/debian/Suites: trixieComponents: mainSigned-By: /usr/share/keyrings/raspberrypi-archive-keyring.pgpCode:
$ cat debian.sourcesTypes: debURIs: http://deb.debian.org/debian/Suites: trixie trixie-updatesComponents: main contrib non-free non-free-firmwareSigned-By: /usr/share/keyrings/debian-archive-keyring.pgpTypes: debURIs: http://deb.debian.org/debian-security/Suites: trixie-securityComponents: main contrib non-free non-free-firmwareSigned-By: /usr/share/keyrings/debian-archive-keyring.pgpStatistics: Posted by pidd — Fri May 15, 2026 7:30 pm




