如何禁止 linux 终端命令行中显示中文?
如下面的 “命中”, 我想让它显示成英文
/home/bigxu/data/cfgmanData root@T# apt-get update
命中:1 http://ppa.launchpad.net/kubuntu-ppa/backports/ubuntu focal InRelease
命中:2 https://mirrors.tuna.tsinghua.edu.cn/ubuntu focal InRelease
命中:3 https://mirrors.tuna.tsinghua.edu.cn/ubuntu focal-updates InRelease
/home/bigxu/work/devilbox bigxu@T% cat /etc/issue
Ubuntu 20.04.1 LTS \n \l
/home/bigxu/data/cfgmanData root@T# export |grep -i lc_
LC_ADDRESS=en_US.UTF-8
LC_CTYPE=C.UTF-8
LC_IDENTIFICATION=en_US.UTF-8
LC_MEASUREMENT=en_US.UTF-8
LC_MONETARY=en_US.UTF-8
LC_NAME=en_US.UTF-8
LC_NUMERIC=en_US.UTF-8
LC_PAPER=en_US.UTF-8
LC_TELEPHONE=en_US.UTF-8
LC_TIME=en_US.UTF-8
如下面的 “命中”, 我想让它显示成英文
/home/bigxu/data/cfgmanData root@T# apt-get update
命中:1 http://ppa.launchpad.net/kubuntu-ppa/backports/ubuntu focal InRelease
命中:2 https://mirrors.tuna.tsinghua.edu.cn/ubuntu focal InRelease
命中:3 https://mirrors.tuna.tsinghua.edu.cn/ubuntu focal-updates InRelease
/home/bigxu/work/devilbox bigxu@T% cat /etc/issue
Ubuntu 20.04.1 LTS \n \l
/home/bigxu/data/cfgmanData root@T# export |grep -i lc_
LC_ADDRESS=en_US.UTF-8
LC_CTYPE=C.UTF-8
LC_IDENTIFICATION=en_US.UTF-8
LC_MEASUREMENT=en_US.UTF-8
LC_MONETARY=en_US.UTF-8
LC_NAME=en_US.UTF-8
LC_NUMERIC=en_US.UTF-8
LC_PAPER=en_US.UTF-8
LC_TELEPHONE=en_US.UTF-8
LC_TIME=en_US.UTF-8