On 2025-11-28 11:01 +0000, Thomas Pircher wrote:
> Hi,
>
> I'm puzzled by the installation state of the ovmf package in Debian sid.
> I have the latest version installed:
>
> | root@grumpel:/tmp/ovmf# dpkg -l ovmf
> | ii ovmf 2025.08.01-2 all UEFI firmware for 64-bit x86
> virtual machines
>
> And the list of installed files from that package is this:
>
> | root@grumpel:/tmp/ovmf# dpkg -S ovmf
This is not how you list the contents of the installed ovmf package, you
should use "dpkg -L ovmf" instead. Probably everything is fine, but if
unsure you can run "dpkg --verify ovmf".
Cheers,
Sven