1、xfce4桌面安装$ sudo apt-get install xorg xfce4 gdm2、语言安装 简体中文:$ sudo apt-get install ttf-arphic-uming scim-tables-zh im-switch繁体中文(香港):$ sudo apt-get install ttf-arphic-uming scim-tables-zh im-switch繁体中文(台湾):$ sudo apt-get install ttf-arphic-uming scim-tables-zh im-switch日文:$ sudo apt-get install ttf-vlgothic scim-anthy im-switch3、语言环境设置$ sudo dpkg-reconfigure locales 里面有所有语言的选项,选择所需要的语种,OK即可。原文链接: http://www.siutung.org/post/865/
Xfce是一个轻量级的Linux或类Unix的桌面系统,适用于多种 *NIX 系统的轻量级桌面环境。它被设计用来提高您的效率,在节省系统资源的同时,能够快速加载和执行应用程序。选择Xfce主要还是考虑其低耗资源的特点,基本安装启动后内存消耗只有 40M 左右,对于大多数小内存的 VPS 而言是非常好的选择。Debian6 安装轻量级远程桌面 Xfce 和 VNC1、检查或编辑 sources.list,添加debian源。vi /etc/apt/sources.list添加debian源:deb http://security.debian.org/ squeeze/updates main并执行命令:apt-get update,升级debian软件库,以确保您的软件包列表是最新的。如果你需要中文字体,可以安装如下软件包。aptitude install xfonts-intl-chinese xfonts-wqy ttf-wqy-zenhei ttf-wqy-microhei2、安装 xfce4 桌面环境aptitude install --without-recommends