Skip to content

Instantly share code, notes, and snippets.

@zoonderkins
Created November 15, 2021 06:16
Show Gist options
  • Save zoonderkins/ad52c810f25bd101f5a978b116c387a1 to your computer and use it in GitHub Desktop.
Save zoonderkins/ad52c810f25bd101f5a978b116c387a1 to your computer and use it in GitHub Desktop.
Debian invalid locales fix

Fix debian invalid locales

 The unknown environment variables are:
   LC_CTYPE=UTF-8 LC_ALL=
 This can affect your user experience significantly, including the
 ability to manage packages. You may install the locales by running:

 sudo dpkg-reconfigure locales

 and select the missing language. Alternatively, you can install the
 locales-all package:

 sudo apt-get install locales-all

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