Tags
Note
This post is a thought. It's a short note that I make about someone else's content online. Learn more about the process thoughts
Here's my thought on π podman requries qemu-system on ubuntu
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
This post was a thought by Waylon Walker see all my thoughts at https://waylonwalker.com/thoughts