Hi, I found out that some of missing packages i wanted to install is in "stable" repository and adding it to /etc/apt/sources.list. But, after running "sudo apt update", the command outputted like this:This warning always going to http://debian-archive.trafficmanager.net/debian bookworm-updates InRelease and skipping configured files that has cnfigured before the adding for "stable" repository.
This is my current configuration file for /etc/apt/sources.list:How do I avoid the warning like this?
Code:
W: Skipping acquire of configured file 'stable/source/Sources' as repository 'http://deb.debian.org/debian-security bookworm-security InRelease' doesn't have the component 'stable' (component misspelt in sources.list?)W: Skipping acquire of configured file 'stable/binary-amd64/Packages' as repository 'http://deb.debian.org/debian-security bookworm-security InRelease' doesn't have the component 'stable' (component misspelt in sources.list?)W: Skipping acquire of configured file 'stable/binary-i386/Packages' as repository 'http://deb.debian.org/debian-security bookworm-security InRelease' doesn't have the component 'stable' (component misspelt in sources.list?)W: Skipping acquire of configured file 'stable/i18n/Translation-en_US' as repository 'http://deb.debian.org/debian-security bookworm-security InRelease' doesn't have the component 'stable' (component misspelt in sources.list?)W: Skipping acquire of configured file 'stable/i18n/Translation-en' as repository 'http://deb.debian.org/debian-security bookworm-security InRelease' doesn't have the component 'stable' (component misspelt in sources.list?)W: Skipping acquire of configured file 'stable/dep11/Components-amd64.yml' as repository 'http://deb.debian.org/debian-security bookworm-security InRelease' doesn't have the component 'stable' (component misspelt in sources.list?)W: Skipping acquire of configured file 'stable/binary-amd64/Packages' as repository 'http://debian-archive.trafficmanager.net/debian bookworm InRelease' doesn't have the component 'stable' (component misspelt in sources.list?)W: Skipping acquire of configured file 'stable/binary-i386/Packages' as repository 'http://debian-archive.trafficmanager.net/debian bookworm InRelease' doesn't have the component 'stable' (component misspelt in sources.list?)W: Skipping acquire of configured file 'stable/i18n/Translation-en_US' as repository 'http://debian-archive.trafficmanager.net/debian bookworm InRelease' doesn't have the component 'stable' (component misspelt in sources.list?)W: Skipping acquire of configured file 'stable/i18n/Translation-en' as repository 'http://debian-archive.trafficmanager.net/debian bookworm InRelease' doesn't have the component 'stable' (component misspelt in sources.list?)W: Skipping acquire of configured file 'stable/dep11/Components-amd64.yml' as repository 'http://debian-archive.trafficmanager.net/debian bookworm InRelease' doesn't have the component 'stable' (component misspelt in sources.list?)W: Skipping acquire of configured file 'stable/dep11/Components-all.yml' as repository 'http://debian-archive.trafficmanager.net/debian bookworm InRelease' doesn't have the component 'stable' (component misspelt in sources.list?)W: Skipping acquire of configured file 'stable/binary-i386/Packages' as repository 'http://debian-archive.trafficmanager.net/debian bookworm-updates InRelease' doesn't have the component 'stable' (component misspelt in sources.list?)W: Skipping acquire of configured file 'stable/binary-amd64/Packages' as repository 'http://debian-archive.trafficmanager.net/debian bookworm-updates InRelease' doesn't have the component 'stable' (component misspelt in sources.list?)W: Skipping acquire of configured file 'stable/i18n/Translation-en_US' as repository 'http://debian-archive.trafficmanager.net/debian bookworm-updates InRelease' doesn't have the component 'stable' (component misspelt in sources.list?)W: Skipping acquire of configured file 'stable/i18n/Translation-en' as repository 'http://debian-archive.trafficmanager.net/debian bookworm-updates InRelease' doesn't have the component 'stable' (component misspelt in sources.list?)W: Skipping acquire of configured file 'stable/dep11/Components-amd64.yml' as repository 'http://debian-archive.trafficmanager.net/debian bookworm-updates InRelease' doesn't have the component 'stable' (component misspelt in sources.list?)W: Skipping acquire of configured file 'stable/dep11/Components-all.yml' as repository 'http://debian-archive.trafficmanager.net/debian bookworm-updates InRelease' doesn't have the component 'stable' (component misspelt in sources.list?)W: https://debrepo.freedownloadmanager.org/dists/bionic/InRelease: Key is stored in legacy trusted.gpg keyring (/etc/apt/trusted.gpg), see the DEPRECATION section in apt-key(8) for details.
This is my current configuration file for /etc/apt/sources.list:
Code:
# Just some useless debian DVD USB cdrom repo, don't use it.# deb cdrom:[Debian GNU/Linux 12.4.0 _Bookworm_ - Official amd64 DVD Binary-1 with firmware 20231210-17:57]/ bookworm main non-free-firmwaredeb http://debian-archive.trafficmanager.net/debian/ bookworm main non-free-firmware non-free contrib stabledeb http://deb.debian.org/debian-security/ bookworm-security main non-free-firmware non-free contrib stabledeb-src http://deb.debian.org/debian-security/ bookworm-security main non-free-firmware non-free contrib stable# bookworm-updates, to get updates before a point release is made;# see https://www.debian.org/doc/manuals/debian-reference/ch02.en.html#_updates_and_backportsdeb http://debian-archive.trafficmanager.net/debian/ bookworm-updates main non-free-firmware non-free contrib stable
Statistics: Posted by roastnetwork215 — 2024-02-21 22:16 — Replies 1 — Views 69