- At first we need to install X Windows components, to do that hit the following command in shell by root user credentials,
[root@hostname`]# yum groupinstall -y "X Window System"
You will see following similar screen, - Now we can download and install GNOME desktop. To do so, hit the following commands,
[root@hostname`]# yum groupinstall -y "Desktop" - As of now the server is running in CLI mode. So we need to configure
the setting to start the server in GUI mode. To do that edit /etc/inittab file.
[root@hostname`]# vi /etc/inittab
Here change, id:3:initdefault: To id:5:initdefault: /* 第三步可有可無,指的是開機預設是畫面 3=command 5=GUI */ - Download and install the fonts for GUI.
[root@hostname`]# yum groupinstall -y fonts - You can now start the GUI from CLI,
[root@hostname`]# startx - You can switch back between GUI and CLI.
CLI to GUI : Ctrl + Alt + F1 GUI to CLI : Ctrl + Alt + F6
You have now have successfully installed GNOME GUI. Restart the server and you will have GUI on your screen. Form:http://www.mustbegeek.com/install-gnome-desktop-on-centos-6/
- Home
- Something
- _Work
- __Work Glossary
- _Finance
- __Finance Glossary
- __Stocks / Futures
- __Traders
- Databases
- _Oracle
- _PostgreSQL
- _MySQL
- _MariaDB
- _SQLServer
- Operating System
- _Windows
- _Linux
- _Redhat
- _MacOS
- _TrueNAS
- _AIX
- Documents
- _Oracle Support
- _Oracle Delivery Cloud
- Program Language
- _Python
- _Shell
- _Oracle Form Builder
- _Html
- Applications
- _Communication
- __Line
- _Design
- __Sweet Home 3D
- _Input
- __Liu
- _File Manage
- __MD5
- _Decentralization
- __Encrypt Coin
- __Encrypt Packet
- _Music
- __Apple Music
- _IOT
- __Home Assistant
- _Virtualization
- __Podman
0 留言