💭 podman requries qemu-system on ubuntu

!https://askubuntu.com/questions/1490805/how-do-i-install-qemu-on-ubuntu-23-10

How do I install qemu on Ubuntu 23.10?
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 ...
Ask Ubuntu · askubuntu.com

podman requires qemu-system on

❯ podman machine init
Looking up Podman Machine image at quay.io/podman/machine-os:5.1 to create VM
Extracting compressed file: podman-machine-default-amd64.qcow2: done
Error: exec: "qemu-img": executable file not found in $PATH

The fix to this for me was to install qemu-system before podman machine init.

sudo apt update

sudo apt install qemu-system

Note

This post is a thought. It’s a short note that I make about someone else’s content online #thoughts

Connections

Related tags and posts connected to this entry.