一,登录Linux
Login:test
Password:123456
Last Login:Wed Dec 3 22:40:02 on tty1
[email protected]: startx 进入Linux的图形界面
提示需要安装xinit则,执行:
[email protected]: sudo apt-get install xinit
终端由黑色界面变成白底黑字。
再安装桌面环境,执行以下命令(安装需要一定时间):
[email protected]:sudo apt-get install ubuntu-desktop
安装环境管理器,gnome:
[email protected]:sudo apt-get install gdm
重启后则可见图形登录界面。
[email protected]:shutdown -r now (立即重启)
[email protected]:shutdown -h now (立即关闭)
则出现:
重启不成功!
切换成root用户:
另附:
1.新立得软件包管理器
sudo apt-get install gsynaptic
2.无线上网模块(如果需要)
sudo apt-get install network-manager*
3.中文支持(能够显示中文)
sudo apt-get install language-support-zh
时间: 2024-10-29 21:47:03