[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

RE: Problems installing QEMU packages on Debian 12 (stable)



On April 25, 2024 11:58 AM, Lukas Nagy wrote:
> Hi,
> 
> I am trying to make KVM/QEMU work on my Debian 12. I follow
> https://wiki.debian.org/KVM but I get stuck already on installation,
> because apt-get reports non-existent packages on debian repos.
> 
> I ran 
> sudo apt install qemu-system libvirt-daemon-system virt-manager
> 
> It resolves packages, but when fails on 404 on qemu / xen packages
> Full output is here:
> 
> [snip]
> 
> E: Failed to fetch http://deb.debian.org/debian/pool/main/q/qemu/qemu-system_7.2%2bdfsg-7%2bdeb12u3_amd64.deb  404  Not Found [IP: 2a04:4e42:41::644 80]
> E: Failed to fetch http://deb.debian.org/debian/pool/main/q/qemu/qemu-system-gui_7.2%2bdfsg-7%2bdeb12u3_amd64.deb  404  Not Found [IP: 2a04:4e42:41::644 80]
> E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
> 
> I tried forcing IPv4 , ran apt-get update, --fix-missing too.

Are you certain that the issue still persists after executing apt update
and trying to reinstall using apt install?

From my search, I see that the current latest version of qemu-system
in Debian 12 is 1:7.2+dfsg-7+deb12u5, not the **12u3** version that
you are trying to install as mentioned above:
https://packages.debian.org/bookworm/qemu-system 
https://deb.debian.org/debian/pool/main/q/qemu/qemu-system_7.2+dfsg-7+deb12u5_amd64.deb 

This situation is common when the package version in the repository
has been updated and the old version is no longer available, but your
local index is not updated.
Normally apt update should be able to fix it, but I don't know why it
didn't work for you :(

Attachment: openpgp-digital-signature.asc
Description: PGP signature


Reply to: