Hi,

I'm just looking through my system and I'm curious what the packages podman-plugin and podman-machine-cni are. I have them both installed but the only thing they contain is some docs.

$ dpkg -S podman-machine-cni podman-plugins
podman-machine-cni: /usr/share/doc/podman-machine-cni/changelog.Debian.gz
podman-machine-cni: /usr/share/doc/podman-machine-cni
podman-machine-cni: /usr/share/doc/podman-machine-cni/copyright
podman-plugins: /usr/share/doc/podman-plugins/changelog.Debian.gz
podman-plugins: /usr/share/doc/podman-plugins
podman-plugins: /usr/share/doc/podman-plugins/copyright

More importantly, I'm currently scripting some script that auto compiles podman et al (reason being the Kubic repos tend to be a little bit behind), and trying to figure out what it is that I would need to install for those two packages (if at all).

Thanks