When I using the parrot operating system,an message error appears.
perl: warning: Falling back to the standard locale ("C").
Ax_To solve
above all,enter following code:
sudo vim /root/.bashrc
add the following code
export LANGUAGE="en_US.UTF-8"
export LANG=en_US:zh_CN.UTF-8
export LC_ALL=C
网友评论