When installing a program in Ubuntu 18.04 server minimal installation, i get following error
debconf: unable to initialize frontend: Dialog debconf: (No usable dialog-like program is installed, so the dialog based frontend cannot be used. at /usr/share/perl5/Debconf/FrontEnd/Dialog.pm line 76.) debconf: falling back to frontend: Readline
To fix this, run
apt -y install whiptail
OR
apt -y install dialog
Related Posts
Leave a Reply