apt update problem

Z4marashka

New Member
May 6, 2026
3
0
1
root@pve:/etc/apt# apt update
Hit:1 http://security.debian.org/debian-security trixie-security InRelease
Hit:2 http://deb.debian.org/debian trixie InRelease
Hit:3 http://deb.debian.org/debian trixie-updates InRelease
Hit:4 http://download.proxmox.com/debian/ceph-squid trixie InRelease
Ign:5 http://download.proxmox.com/debian/pve Trixie InRelease
Hit:6 http://download.proxmox.com/debian/pve trixie InRelease
Err:7 http://download.proxmox.com/debian/pve Trixie Release
404 Not Found [IP: 45.144.208.36 80]
Error: The repository 'http://download.proxmox.com/debian/pve Trixie Release' does not have a Release file.
Notice: Updating from such a repository can't be done securely, and is therefore disabled by default.
Notice: See apt-secure(8) manpage for repository creation and user configuration details.

Anyone HELP me pls..(
 
thank u very mach. try it later at home. yes i use the GUI - MobaXTerm...uppercase latters sentensive? hmmm i don know its work in "sources" file-configs...thx again!
 
Trixie needs to be lowercase. Check grep --color -sRHIn "trixie" /etc/apt/ to find the references and modify them accordingly. I suppose you could also use the GUI.
grep:
root@pve:/etc/apt# grep --color -sRHIn "trixie" /etc/apt/
/etc/apt/sources.list.d/proxmox.sources:5:Suites: trixie
/etc/apt/sources.list.d/pve-enterprise.sources:4:#Suites: trixie
/etc/apt/sources.list.d/debian.sources:5:Suites: trixie trixie-updates
/etc/apt/sources.list.d/debian.sources:11:Suites: trixie-security
/etc/apt/sources.list.d/ceph.sources:3:#Suites: trixie
/etc/apt/sources.list.d/ceph.sources:9:Suites: trixieScreenshot 2026-05-06 173727.png
 
Last edited: