So I wanted to install QEMU on my Windows laptop running Ubuntu 20.04 using:
sudo apt-get install qemu-system-i86 -y
and I got this error.
Reading package lists... DoneBuilding dependency treeReading state information... DoneE: Unable to locate package qemu-system-i86
I tried lots of different versions such as qemu, qemu-system, qemu-system-x86_64 and guess what?NONE OF THEM WORKEDSo, how can I fix this?(btw im running wsl)I've tried using apt policy qemu-system-*
but it dosen't work.