perl: warning: Setting locale failed.

1 개요[ | ]

perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
Console
Copy
# apt install -y jq
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
The following NEW packages will be installed:
  jq
0 upgraded, 1 newly installed, 0 to remove and 24 not upgraded.
Need to get 64.9 kB of archives.
After this operation, 113 kB of additional disk space will be used.
Get:1 http://deb.debian.org/debian bookworm/main amd64 jq amd64 1.6-2.1 [64.9 kB]
Fetched 64.9 kB in 0s (404 kB/s)
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
        LANGUAGE = (unset),
        LC_ALL = (unset),
        LANG = "en_US.UTF-8"
    are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
debconf: delaying package configuration, since apt-utils is not installed
Selecting previously unselected package jq.
(Reading database ... 23428 files and directories currently installed.)
Preparing to unpack .../archives/jq_1.6-2.1_amd64.deb ...
Unpacking jq (1.6-2.1) ...
Setting up jq (1.6-2.1) ...
Console
Copy
# perl -e exit
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
        LANGUAGE = (unset),
        LC_ALL = (unset),
        LANG = "en_US.UTF-8"
    are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
Console
Copy
# LANG=C perl -e exit
#

2 같이 보기[ | ]

3 참고[ | ]