Skip to content

Instantly share code, notes, and snippets.

@pentatonicfunk
Last active April 25, 2018 04:38
Show Gist options
  • Save pentatonicfunk/13f076cd29504199dbe6c1418ce72d24 to your computer and use it in GitHub Desktop.
Save pentatonicfunk/13f076cd29504199dbe6c1418ce72d24 to your computer and use it in GitHub Desktop.
Install Dialog and Locales for Ubuntu on WSL LXRunOffline
apt install dialog
apt install locales
locale-gen en_US en_US.UTF-8
dpkg-reconfigure locales
@pentatonicfunk
Copy link
Author

Related errors

perl: warning: Please check that your locale settings:
        LANGUAGE = (unset),
        LC_ALL = (unset),
        LANG = "en_US.UTF-8"
    are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
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, <> line 1.)
debconf: falling back to frontend: Readline
debconf: unable to initialize frontend: Readline
debconf: (Can't locate Term/ReadLine.pm in @INC (you may need to install the Term::ReadLine module) (@INC contains: /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.22.1 /usr/local/share/perl/5.22.1 /usr/lib/x86_64-linux-gnu/perl5/5.22 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl/5.22 /usr/share/perl/5.22 /usr/local/lib/site_perl /usr/lib/x86_64-linux-gnu/perl-base .) at /usr/share/perl5/Debconf/FrontEnd/Readline.pm line 7, <> line 1.)
debconf: falling back to frontend: Teletype

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment