Quantcast
Channel: Debian User Forums
Viewing all articles
Browse latest Browse all 2681

General Questions • Re: [Software] 404 error when installing qemu-system

$
0
0
I'm not sure how to restrict repositories to stable
I like easy, so I use synaptic's integrated sources.list editor. Otherwise, edit /etc/apt/sources.list and comment out line with # character.

Code:

$   cat /etc/apt/sources.list# deb cdrom:[Debian GNU/Linux 8.5.0 _Jessie_ - Official amd64 xfce-CD Binary-1 20160604-15:32]/ jessie main deb https://deb.debian.org/debian/ bookworm main contrib non-free  # deb https://deb.debian.org/debian-security/ bookworm/updates non-free contrib main
In that example only the middle repo is active. 'Tracking' the repo is noted by 'bookworm' which is currently the same as 'stable'. You can have as many entries as you'd like, but you should manage the active ones to only what you need. After any edit, you need to 'apt update' to refresh the current active package list.

From you results above, you have not updated the list. Clean up your sources.list, something is wrong.

Statistics: Posted by CwF — 2024-05-26 21:28



Viewing all articles
Browse latest Browse all 2681

Trending Articles