Skip to content

Instantly share code, notes, and snippets.

@andineck
Created November 21, 2013 13:18
Show Gist options
  • Save andineck/7581425 to your computer and use it in GitHub Desktop.
Save andineck/7581425 to your computer and use it in GitHub Desktop.
add locale to ubuntu
# error message when connected via ssh to virtual host
Please check that your locale settings:
LANGUAGE = (unset),
LC_ALL = (unset),
LANG = "de_CH.UTF-8"
are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
# add locale
sudo locale-gen de_CH.UTF-8
# list locales
locale -a
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment