Featured Post

VMware Workstation 8汉化包,x32/x64版本自适应

特点: 1.是最新的无错汉化包 2.采用benny2的最新汉化补丁,不会出现无法打开虚拟机的情况 3.自动判断系统为X32或X64 4.更简洁的安装界面 5.更高的安装速度 115网盘

Read More

给Ubuntu Server添加GNOME环境

Posted by TMi | Posted in Linux, Ubuntu | Posted on 09-12-2011

0

ubuntu server版默认都没有图形桌面(GUI),但是可以安装,以下共有两种安装方法。

一、安装全部Gnome桌面环境

Ubuntu 系列桌面实际上有几种桌面应用程序,包括Ubuntu-desktop、Kubunut-desktop和Xubuntu-desktop。本文就以 Ubuntu-desktop为例进行介绍,此方法操作最简单,但不建议在服务器上使用此方法,因为安装桌面相关软件太多。
sudo aptitude install ubuntu-desktop

sudo apt-get install ubuntu-desktop

一、自定义安装

1.安装x-windows的基础(必须):
sudo apt-get install x-window-system-core
2.安装gnome基础(必须):
sudo apt-get install gnome-core
3.安装中文显示(建议安装):
sudo apt-get install language-pack-gnome-zh #让gnome面板、菜单显示中文
sudo apt-get install language-pack-gnome-zh-base
sudo apt-get install language-pack-zh #中文语言包
sudo apt-get install language-pack-zh-base
sudo apt-get install language-support-zh #中文语言支持
sudo apt-get install scim #scim中文输入法平台
4.安装登录管理器(一般不选):
sudo apt-get install gdm
说明:gdm(gnome display manager)即gnome图形界面显示管理器,还有kdm/xdm等,它将使您可以在启动时直接进入GUI桌面环境,而勿需通过 startx 来启动GUI。
5.安装新利得软件管理器(可选):
sudo apt-get install synaptic
6.卸载gnome桌面环境:
sudo apt-get –purge remove liborbit2
7.进入图形界面:startx
8.退出图形桌面:ctrl + alt + backspace

Write a comment

You must be logged in to post a comment.

返回顶部