Skip to content

Instantly share code, notes, and snippets.

@forestbaker
Last active February 29, 2016 21:22
Show Gist options
  • Save forestbaker/8325bee6e79c6c23d4da to your computer and use it in GitHub Desktop.
Save forestbaker/8325bee6e79c6c23d4da to your computer and use it in GitHub Desktop.
Error message on apt-get auto-remove
issue:
locale: Cannot set LC_CTYPE to default locale: No such file or directory
locale: Cannot set LC_MESSAGES to default locale: No such file or directory
locale: Cannot set LC_ALL to default locale: No such file or directory
identify:
locale -a
will return error message as above and options for locale settings, choose any of the available options.
selecting C reduces shell execution time.
fix:
export LC_ALL=C
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment