2009/4/3 Dongsheng Song <[email protected]>:
> 2009/4/3 Liuheng <[email protected]>:
>> 如题。
>> 我装系统就是中文的。
>> 现在想装英文的LOCAL支持怎么装呢?
>>
>
> 所有 Linux 都内置支持英文,在你的 ~/.zshrc 或 ~/.bash_profile 等文件中
> 增加:
>
> unset LANG LANGUAGE
> export LC_ALL=en_US.UTF_8 或 export LC_ALL=C
>
> 即可。
>

aptitude install locales    不想费时间等着编译的话就装 locales-all
dpkg-reconfigure locales   配置要用的和缺省的locale

-- 
[email protected]
http://blog.cathayan.org

回复