wpkg --no-force-configure-any | --refuse-configure-any ...

The --no-force-configure-any option cancels the effect of the --force-configure-any option wherever it appears on the command line (before or after the --force-configure-any). It prevents the installation of packages if a package that is already installed1 is not yet configured.

The --refuse-configure-any is an exact equivalent.

 
  • 1. The proper term here is unpacked.