Ubuntu 14.04 LTS 安装 VNC Viewer
1.修改镜像源: /etc/apt/sources.list 将"http://archive.ubuntu.com/ubuntu/"替换为: http://cn.archive.ubuntu.com/ubuntu/ http://mirrors.aliyun.com/ubuntu/ http://mirrors.163.com/ubuntu/ http://mirrors.sohu.com/ubuntu/ 2.更新系统 : sudo apt-get update sudo apt-get upgrade -y 3.安装VNC Viewer : sudo apt-get install vnc4server -y 4.启动VNC Viewer服务器端 ,第一次启动需要输入用户密码: vncserver :1 5.使用VNC Viewer连接 。 6.安装Ubuntu的桌面 : sudo apt-get install ubuntu-desktop -y 7.安装gnome : sudo apt-get install gnome-panel -y sudo apt-get install gnome-settings-daemon -y sudo apt-get install metacity -y sudo apt-get install nautilus -y sudo