答案1
答案2
这对我在 Ubuntu 上有用
sudo apt-get install language-pack-en-base
sudo apt-get install language-pack-ar-base
sudo locale-gen en
sudo locale-gen ar
然后编辑(我用的是vim) /etc/default/locale
或/etc/environment
仅包含以下内容
LC_ALL=en_US.UTF-8
LANG=en_US.UTF-8
最后
sudo dpkg-reconfigure locales
这些步骤将通过 ssh 终端为您提供阿拉伯语。