Skip to content

Instantly share code, notes, and snippets.

@ychaouche
Created August 20, 2025 17:23
Show Gist options
  • Save ychaouche/7aa3bd715083cb5f54d081e21b4fcac1 to your computer and use it in GitHub Desktop.
Save ychaouche/7aa3bd715083cb5f54d081e21b4fcac1 to your computer and use it in GitHub Desktop.
apt error
root@app-server[10.10.10.83] ~ # apt-get update
Hit:1 http://security.debian.org/debian-security bookworm-security InRelease
Hit:2 http://deb.debian.org/debian bookworm InRelease
Hit:3 http://deb.debian.org/debian bookworm-updates InRelease
Reading package lists... Done
W: Skipping acquire of configured file 'updates/source/Sources' as repository 'http://security.debian.org/debian-security bookworm-security InRelease' doesn't have the component 'updates' (component misspelt in sources.list?)
W: Skipping acquire of configured file 'updates/binary-amd64/Packages' as repository 'http://security.debian.org/debian-security bookworm-security InRelease' doesn't have the component 'updates' (component misspelt in sources.list?)
W: Skipping acquire of configured file 'updates/i18n/Translation-en_US.UTF-8' as repository 'http://security.debian.org/debian-security bookworm-security InRelease' doesn't have the component 'updates' (component misspelt in sources.list?)
W: Skipping acquire of configured file 'updates/i18n/Translation-en' as repository 'http://security.debian.org/debian-security bookworm-security InRelease' doesn't have the component 'updates' (component misspelt in sources.list?)
W: Skipping acquire of configured file 'updates/i18n/Translation-en_US' as repository 'http://security.debian.org/debian-security bookworm-security InRelease' doesn't have the component 'updates' (component misspelt in sources.list?)
W: Skipping acquire of configured file 'updates/Contents-amd64' as repository 'http://security.debian.org/debian-security bookworm-security InRelease' doesn't have the component 'updates' (component misspelt in sources.list?)
root@app-server[10.10.10.83] ~ # cat /etc/apt/sources.list
# main
deb http://deb.debian.org/debian/ bookworm main
deb-src http://deb.debian.org/debian/ bookworm main
# updates
deb http://deb.debian.org/debian/ bookworm-updates main
deb-src http://deb.debian.org/debian/ bookworm-updates main
# security
deb http://security.debian.org/debian-security bookworm-security updates main
deb-src http://security.debian.org/debian-security bookworm-security updates main
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment