每次使用各种 VPS 就会遇到各种 locale 报错神烦
1 2 3 |
apt-get install -y language-pack-en-base LC_ALL=en_US.UTF-8 LC_CTYPE=en_US.UTF-8 |
专治各种 locale 不服
另附 felix 聚聚的 Wiki 写法:
1 2 3 |
echo "en_US.UTF-8 UTF-8" > /var/lib/locales/supported.d/local locale-gen update-locale LANG=en_US.UTF-8 |
Permalink
每次玩steam都有问题~窝每次都要手动调~