日韩性视频-久久久蜜桃-www中文字幕-在线中文字幕av-亚洲欧美一区二区三区四区-撸久久-香蕉视频一区-久久无码精品丰满人妻-国产高潮av-激情福利社-日韩av网址大全-国产精品久久999-日本五十路在线-性欧美在线-久久99精品波多结衣一区-男女午夜免费视频-黑人极品ⅴideos精品欧美棵-人人妻人人澡人人爽精品欧美一区-日韩一区在线看-欧美a级在线免费观看

歡迎訪問 生活随笔!

生活随笔

當(dāng)前位置: 首頁 > 编程资源 > 编程问答 >内容正文

编程问答

RHEL 6.6安装桌面环境GNOME

發(fā)布時(shí)間:2023/12/31 编程问答 40 豆豆
生活随笔 收集整理的這篇文章主要介紹了 RHEL 6.6安装桌面环境GNOME 小編覺得挺不錯(cuò)的,現(xiàn)在分享給大家,幫大家做個(gè)參考.

在測試服務(wù)器(Red Hat Enterprise Linux Server release 6.6)需要安裝桌面系統(tǒng)環(huán)境,于是選擇GNOME桌面環(huán)境安裝。

一:檢查系統(tǒng)的運(yùn)行級(jí)別以及是否安裝了桌面環(huán)境

[root@localhost ~]# runlevelN 3[root@localhost ~]# yum grouplist | more Loaded plugins: product-id, security, subscription-managerThis system is not registered to Red Hat Subscription Management. You can use subscription-manager to register.Setting up Group ProcessInstalled Groups:?? Additional Development?? Base?? Console internet tools?? Directory Client?? E-mail server?? Fonts?? Graphical Administration Tools?? Hardware monitoring utilities?? Java Platform?? Large Systems Performance?? Legacy UNIX compatibility?? Legacy X Window System compatibility?? NFS file server?? Network file system client?? Networking Tools?? PHP Support?? Performance Tools?? Perl Support?? Scientific support?? Security Tools?? Server Platform?? System Management?? System administration tools?? TurboGears application framework?? Web Server

?

也可以使用下面命令驗(yàn)證是否安裝桌面環(huán)境組件

[root@localhost ~]# ps -A | egrep -i "gnome|kde|mate|cinnamon|lx|xfce|jwm"

[root@localhost ~]#

二:安裝桌面環(huán)境相關(guān)軟件組

使用yum grouplist 可以看到有Desktop、Desktop Platfrom、X Window System、Graphics Creation Tools等桌面環(huán)境有關(guān)的軟件組件可以安裝

[root@localhost ~]# yum groupinstall "Desktop" "Desktop Platform"

[root@localhost ~]# yum groupinstall "X Window System" "Graphics Creation Tools"

三:修改系統(tǒng)的啟動(dòng)級(jí)別為 5

[root@localhost ~]# vi /etc/inittab# inittab is only used by upstart for the default runlevel.## ADDING OTHER CONFIGURATION HERE WILL HAVE NO EFFECT ON YOUR SYSTEM.## System initialization is started by /etc/init/rcS.conf## Individual runlevels are started by /etc/init/rc.conf## Ctrl-Alt-Delete is handled by /etc/init/control-alt-delete.conf## Terminal gettys are handled by /etc/init/tty.conf and /etc/init/serial.conf,# with configuration in /etc/sysconfig/init.## For information on how to write upstart event handlers, or how# upstart works, see init(5), init(8), and initctl(8).## Default runlevel. The runlevels used are:#?? 0 - halt (Do NOT set initdefault to this)#?? 1 - Single user mode#?? 2 - Multiuser, without NFS (The same as 3, if you do not have networking)#?? 3 - Full multiuser mode#?? 4 - unused#?? 5 - X11#?? 6 - reboot (Do NOT set initdefault to this)#id:3:initdefault:

將系統(tǒng)的啟動(dòng)級(jí)別從3修改為5,然后重啟系統(tǒng)后,重啟過后出現(xiàn)下面界面,按照提示操作即可。操作完成后重啟系統(tǒng)即OK。

總結(jié)

以上是生活随笔為你收集整理的RHEL 6.6安装桌面环境GNOME的全部內(nèi)容,希望文章能夠幫你解決所遇到的問題。

如果覺得生活随笔網(wǎng)站內(nèi)容還不錯(cuò),歡迎將生活随笔推薦給好友。