Created
August 20, 2025 17:23
-
-
Save ychaouche/7aa3bd715083cb5f54d081e21b4fcac1 to your computer and use it in GitHub Desktop.
apt error
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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