reverse-depends busybox
And.
reverse-depends busybox-static
Issue is that kicksecure-dependencies-cli
Depends:
on busybox
. One possible fix would be Depends: busybox | busybox-static
to make that and “either / or”.
But by looking at the Reverse-Depends and Reverse-Recommends, it seems like this mostly made sense while Whonix was still using initramfs-tools. Nowadays it’s using dracut.
(related: replacing initramfs-tools with dracut)
So we could drop the dependency on busybox
completely since I don’t see any more reason to keep it installed.