Si te aparecen errores como este al ejecutar comandos en Raspbian:
perl: warning: Setting locale failed. perl: warning: Please check that your locale settings: LANGUAGE = (unset), LC_ALL = (unset), LC_TIME = "es_ES.utf-8", LC_MONETARY = "es_ES.utf-8", LC_CTYPE = "es_ES.utf-8", LC_COLLATE = "es_ES.utf-8", LC_MESSAGES = "es_ES.utf-8", LC_NUMERIC = "es_ES.utf-8", LANG = "C" are supported and installed on your system. perl: warning: Falling back to the standard locale ("C").
O estos:
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 /usr/bin/locale: Cannot set LC_CTYPE to default locale: No such file or directory /usr/bin/locale: Cannot set LC_MESSAGES to default locale: No such file or directory /usr/bin/locale: Cannot set LC_ALL to default locale: No such file or directory
Es probable que tengas que editar el fichero /etc/default/locale
para definir los locales por defecto:
LANG=en_GB.UTF-8 LC_ALL=en_GB.UTF-8 LANGUAGE=en_GB.UTF-8
0 Comentarios.