데비안 10에 qemu를 설치할 수 없나요?

데비안 10에 qemu를 설치할 수 없나요?

다음 명령을 사용했습니다.

sudo apt install libexpect-perl qemu-system-x86 qemu-utils

그러나 다음과 같은 오류가 발생합니다.

Err:1 http://deb.debian.org/debian buster/main amd64 ovmf all 0~20181115.85588389-3+deb10u2
  404  Not Found [IP: 151.101.210.132 80]
E: Failed to fetch http://deb.debian.org/debian/pool/main/e/edk2/ovmf_0~20181115.85588389-3+deb10u2_all.deb  404  Not Found [IP: 151.101.210.132 80]
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?

실행하려고 하는데 apt-get update다음 오류가 발생합니다.

E: Could not open lock file /var/lib/apt/lists/lock - open (13: Permission denied)
E: Unable to lock directory /var/lib/apt/lists/
W: Problem unlinking the file /var/cache/apt/pkgcache.bin - RemoveCaches (13: Permission denied)
W: Problem unlinking the file /var/cache/apt/srcpkgcache.bin - RemoveCaches (13: Permission denied)

답변1

다음 명령을 사용하십시오.

sudo rm /var/lib/apt/lists/lock
sudo rm -rf /var/lib/apt/lists/*
sudo apt update
sudo apt upgrade
sudo apt install qemu qemu-utils qemu-kvm virt-manager \
libvirt-daemon-system libvirt-clients bridge-utils

답변2

nano /etc/apt/sources.list 입력한 디렉토리

http://deb.debian.org/debian버스터 메인 deb-srchttp://deb.debian.org/debian버스터 메이저

http://security.debian.org/debian-security버스터/메인 deb-src 업데이트http://security.debian.org/debian-security스포일러/업데이트 주요

관련 정보