Ao reconfigurar um pacote com dpkg-reconfigure
, você pode escolher entre a interface diálogo e uma interface readline baseada em texto na linha de comando usando -f
ou --frontend
switch, por exemplo
sudo dpkg-reconfigure -f readline tzdata
Como alternativa, você pode alterar o front-end padrão reconfigurando o pacote debconf
em si. De man dpkg-reconfigure
:
-ftype, --frontend=type
Select the frontend to use. The default frontend can be permanently
changed by:
dpkg-reconfigure debconf
Note that if you normally have debconf set to use the
noninteractive frontend, dpkg-reconfigure will use the dialog
frontend instead, so you actually get to reconfigure the package.