클린 우분투 서버 설치 후 'perl'을 실행할 때 다음 오류가 발생합니다.
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").
로케일, 시스템 전체 및 사용자 별 위치를 어디에 설정해야합니까? 명령 행 유틸리티가 있다면 수동으로 구성 파일을 편집하는 것보다 사용하는 것이 좋습니다.
관련 : 로케일 문제를 어떻게 해결합니까?
—
Lucio