安装debain5.0 安装五笔

个人是比较喜欢使用debian为核心的系统。也有一个是使用久了觉的熟了。。。。常用安装软件比较快的就是apt-get.但是安装完系统第一件事情就是要找一个可以使用的源。这是一个很重要的事情。还有就是安装输入法。除非你不想输入中文。

在网上也有很多资料。我在这里也是把找来的信息在这里贴也来。这也是自己安装成功的例子:

1。更新源:

#vim /etc/apt/sources.list

deb http://mirrors.163.com/ etch main non-free contrib
deb http://mirrors.163.com/debian etch-proposed-updates main contrib non-free
deb http://mirrors.163.com/debian-security etch/updates main contrib non-free
deb-src http://mirrors.163.com/debian etch main non-free contrib
deb-src http://mirrors.163.com/debian etch-proposed-updates main contrib non-free
deb-src http://mirrors.163.com/debian-security etch/updates main contrib non-free

#apt-get update

2.安装五笔:

#aptitude install scim-tables-zh

安装完还要配置一下要不然还不能用。

#vim /etc/X11/Xsession

在位置use run-parts部分的if与for之间。

export XMODIFIERS=”@im=SCIM”
export GTK_IM_MODULE=”scim”
scim -d

重启X即可。

原创文章,转载请注明: 转载自PT Ubuntu Blog

本文链接地址: http://www.ptubuntu.com/2009/02/1600.html

Share

发表评论

电子邮件地址不会被公开。 必填项已用 * 标注

*

您可以使用这些 HTML 标签和属性: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>


Verify Code   If you cannot see the CheckCode image,please refresh the page again!