天天看點

linux常見問題彙總

我的<<oracle dba工廠全套視訊教程>>,歡迎觀看: http://edu.51cto.com/lecturer/index/user_id-1850277.html

/****************************************************************************************************/

1.linux下x桌面需要的安裝包:

[root@localhost ~]# cat /etc/issue

CentOS release 6.5 (Final)

Kernel \r on an \m

[root@localhost ~]# xclock

-bash: xclock: command not found

[root@localhost ~]#

[root@localhost ~]# yum list | grep xorg-x11-apps

xorg-x11-apps.x86_64                     7.6-6.el6                      c6-media

[root@localhost ~]# yum install xorg-x11-apps.x86_64 -y

安裝之後xmanager等工具即可使用x桌面!

/******************************************************************************************************/