终于在VMWare4.5中把ubuntu5.10装好了

Kvm、VMware、Virtualbox、Xen、Qemu 等
回复
mahj
帖子: 106
注册时间: 2005-09-12 7:28
来自: 大连

终于在VMWare4.5中把ubuntu5.10装好了

#1

帖子 mahj » 2005-10-15 8:04

sudo gedit /etc/apt/sources.list

参考http://forum.ubuntu.org.cn/viewtopic.php?t=3890
将源设成

代码: 全选

# http://debian.okey.net

deb http://debian.okey.net/ubuntu/ubuntu breezy main restricted universe multiverse
deb http://debian.okey.net/ubuntu/ubuntu breezy-security main restricted universe multiverse
deb http://debian.okey.net/ubuntu/ubuntu breezy-updates main restricted universe multiverse

# http://archive.ubuntu.org.cn zh

deb http://archive.ubuntu.org.cn/ubuntu-cn breezy main universe multiverse restricted
deb http://archive.ubuntu.org.cn/ubuntu breezy main universe multiverse restricted
deb http://archive.ubuntu.org.cn/backports breezy-extras main universe multiverse restricted

# http://archive.ubuntu.org.cn

deb http://archive.ubuntu.org.cn/ubuntu breezy-security main restricted universe multiverse
deb http://archive.ubuntu.org.cn/ubuntu breezy-updates main restricted universe multiverse
sudo apt-get update
sudo apt-get install ttf-vera-yuan
sudo apt-get install fcitx
sudo sh -c " echo 'export XMODIFIERS=@im=fcitx ; export GTK_IM_MODULE="fcitx" ; fcitx ' > /etc/X11/Xsession.d/95xinput "
sudo chmod +755 /etc/X11/Xsession.d/95xinput
sudo gedit /etc/environment

代码: 全选

LANGUAGE="zh_CN:zh:en_US:en"
LC_ALL=zh_CN.UTF-8
LANG=zh_CN.UTF-8
GST_ID3_TAG_ENCODING=GBK
回复