Centos

如何使用 CLI 向 CentOs 8 和 7 添加更多語言

  • April 23, 2020

如何使用 CLI 向 CentOs 8 和 7 添加更多語言。

我嘗試了不同的選擇:

  1. install “yum groupinstall “Chinese Support”",我沒有組
  2. 更改語言設置,返回英語。

該語言在作業系統中不可用。使用“locale”只會出現英語變體。

安裝“字型”包 -

yum groupinstall "fonts"

驗證是否安裝了“中文支持”組 -

yum groupinfo "Chinese Support"

在centos 8上:

要設置語言環境,請使用:

sudo localectl set-locale LANG=zh_CN.utf8

設置中文語言環境的附加步驟:

編輯你的 bash 個人資料:

nano ~/.bash_profile

添加以下行:

source /etc/locale.conf

然後重新啟動。

RHEL:1.3.2。配置系統區域設置

引用自:https://unix.stackexchange.com/questions/582030