I performed a minimal install of Ubuntu 23.10 on a typical desktop PC (x64). I've made no changed to /etc/apt/sources.list
from the default. I want to set up some VMs, so I typed:
sudo apt install qemu
like I've done in the past, and like many online sources suggest. But I got this error:
Package qemu is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package 'qemu' has no installation candidate
How can I install qemu?
universe
now, you'll have to enable it. – muru Oct 30 '23 at 00:48universe
repository was already enabed. – Aaron Oct 30 '23 at 03:12