标签:http ar os sp 2014 bs html ad ef
1,安装一个中文输入法
在root状态下,执行:
yum -y install "@Chinese Support"
等待安装完成!
在 system ---> preferences ---> input method
选择好之后的点击“Add”,然后关闭就可以了。
这时按:Ctrl+Space 来进行中英文切换吧,O(∩_∩)O~
2,更换centos的软件源
详情请浏览:http://mirrors.163.com/.help/centos.html
有具体的操作步骤!
3,升级火狐浏览器
首先卸载,原版本的firefox:yum -y remove firefox
然后安装新版本:yum -y install firefox
然后就会发现,启动报错(闪退。。。),通过在shell中运行,发现错误报告如下:
根本原因是缺少了一个依赖包,那么执行:
yum search gdk
然后根据提示列出来的两个相关软件包,直接yum安装即可,如下:
启动firefox OK!
标签:http ar os sp 2014 bs html ad ef
原文地址:http://my.oschina.net/u/1156660/blog/346134