Isso é um trabalho para yes
, se você sempre quer a resposta N :
yes N | dpkg --configure -a
Ou Y (funciona sem um argumento):
yes | dpkg --configure -a
Ou sobre as opções dpkg
, consulte dpkg --force-help
:
[...]
[!] confnew Always use the new config files, don't prompt
[!] confold Always use the old config files, don't prompt
[!] confdef Use the default option for new config files if one
is available, don't prompt. If no default can be found,
you will be prompted unless one of the confold or
confnew options is also given
[...]
Use então (por exemplo):
dpkg --configure -a --force-confnew