Po czystej instalacji Ubuntu Server pojawia się następujący błąd podczas uruchamiania „perla”.
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LANGUAGE = (unset),
LC_ALL = (unset),
LANG = "en_CA.utf8"
are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
Gdzie mam ustawić moje ustawienia regionalne, systemowe i specyficzne dla użytkownika? Jeśli jest do tego narzędzie wiersza polecenia, wolę go użyć niż ręcznie edytować pliki konfiguracyjne.
Odpowiedzi:
Wpisz następujące polecenie w terminalu, aby pozbyć się tego błędu,
sudo apt-get install language-pack-en-base
sudo dpkg-reconfigure locales
źródło