Error debconf: unable to initialize frontend: Dialog

Date Posted: 06-10-2017

Issue:-

When got this error while installing mysql via bash script. Its because debconf is trying to control

dialog prompt in background. But it doesn’t exist on your server.

Fix:-

So install dialog and apt-utils

apt-get install dialog apt-utils

 

Leave a Reply