wpkg --force-configure-any ...

When installing a package, wpkg ensures that all packages that are dependencies of the package to be installed are fully configured and not just unpacked. If just unpacked, the installation fails by default.

The --force-configure-any option can be used to let the system configure all the packages that were unpacked and still need to be configured in order for the current installation to work as expected.

The use of this option is safe, although it is recommended that you check your installation and use an explicit --configure command instead if you want to be in full control of the status of your packages.

IMPORTANT NOTE

The --no-force-all, --refuse-all, --no-force-configure-any, --refuse-configure-any cancel this feature whatever the position of the different options on the command line.