英文版ubuntu变身中文版配置的关键几大步骤
·
用了几个星期的英文版本的UBUNTU后,发现自己的英文水平是在是太差了,只要转回中文的环境了,又想重新安装系统,在网上查了许久,找到了一个资料,现在共享:
转自:http://blog.chinaunix.net/u/29321/showart_304272.html
Here is how to add the chinese environment for working in Ubuntu.
1.You much be sure to select the Chinese locale zh_CN.UTF-8 using
sudo dpkg-reconfigure locales
2.If your operating system haven't zh_CN package
sudo apt-get install language-pack-gnome-zh language-pack-gnome-zh-base language-pack-zh language-pack-zh-base language-support-zh
3. Change Locale's current value
sudo export LANG="zh_CN.UTF-8" or vi /etc/environmentue
4. Set up fonts :
sudo apt-get install ttf-arphic-ukai ttf-arphic-uming
5.if your system to use scim:
sudo apt-get install scim scim-chinese scim-tables-zh scim-config-socket
sudo sh -c " echo 'export XMODIFIERS=@im=SCIM ; export GTK_IM_MODULE="scim" ; scim -d ' > /etc/X11/Xsession.d/95xinput "sudo chmod +755 /etc/X11/Xsession.d/95xinput
If you have any suggestions for corrections,please leave me a comment, and I’ll check it out.
转自:http://blog.chinaunix.net/u/29321/showart_304272.html
Here is how to add the chinese environment for working in Ubuntu.
1.You much be sure to select the Chinese locale zh_CN.UTF-8 using
sudo dpkg-reconfigure locales
2.If your operating system haven't zh_CN package
sudo apt-get install language-pack-gnome-zh language-pack-gnome-zh-base language-pack-zh language-pack-zh-base language-support-zh
3. Change Locale's current value
sudo export LANG="zh_CN.UTF-8" or vi /etc/environmentue
4. Set up fonts :
sudo apt-get install ttf-arphic-ukai ttf-arphic-uming
5.if your system to use scim:
sudo apt-get install scim scim-chinese scim-tables-zh scim-config-socket
sudo sh -c " echo 'export XMODIFIERS=@im=SCIM ; export GTK_IM_MODULE="scim" ; scim -d ' > /etc/X11/Xsession.d/95xinput "sudo chmod +755 /etc/X11/Xsession.d/95xinput
If you have any suggestions for corrections,please leave me a comment, and I’ll check it out.
魔乐社区(Modelers.cn) 是一个中立、公益的人工智能社区,提供人工智能工具、模型、数据的托管、展示与应用协同服务,为人工智能开发及爱好者搭建开放的学习交流平台。社区通过理事会方式运作,由全产业链共同建设、共同运营、共同享有,推动国产AI生态繁荣发展。
更多推荐


所有评论(0)