Last active
February 29, 2016 21:22
-
-
Save forestbaker/8325bee6e79c6c23d4da to your computer and use it in GitHub Desktop.
Error message on apt-get auto-remove
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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