Fedora 8中yum使用方法

字体大小: 中小 标准 ->行高大小: 标准

整理了写yum的使用方法

1.更新整个Fedora 8系统

以root用户运行 yum update

2.可以下载源代码

yumdownloader --source kernel : 下载内核源代码

yumdownloader --source gnome-bluetooth : 下载gnome-bluetooth这个package的源代码

3.启动SCIM

在/etc/sysconfig/i18n的末尾加上一行 LC_CTYPE="zh_CN"

在~/.bashrc中加入

export XMODIFIERS="@im=scim"

export XIM=SCIM

export XIM_PROGRAM=scim

然后logout,再startx就可以了。

此文章由 http://www.ositren.com 收集整理 ,地址为: http://www.ositren.com/htmls/55418.html