Warning: preg_match(): Unknown modifier '-' in /home/akl1986/public_html/support/wp-content/plugins/redux-framework/redux-core/inc/extensions/metaboxes/class-redux-extension-metaboxes.php on line 783

Warning: preg_match(): Unknown modifier '-' in /home/akl1986/public_html/support/wp-content/plugins/redux-framework/redux-core/inc/extensions/metaboxes/class-redux-extension-metaboxes.php on line 783

Warning: preg_match(): Unknown modifier '-' in /home/akl1986/public_html/support/wp-content/plugins/redux-framework/redux-core/inc/extensions/metaboxes/class-redux-extension-metaboxes.php on line 783

Warning: preg_match(): Unknown modifier '-' in /home/akl1986/public_html/support/wp-content/plugins/redux-framework/redux-core/inc/extensions/metaboxes/class-redux-extension-metaboxes.php on line 783

Warning: preg_match(): Unknown modifier '-' in /home/akl1986/public_html/support/wp-content/plugins/redux-framework/redux-core/inc/extensions/metaboxes/class-redux-extension-metaboxes.php on line 783

Warning: preg_match(): Unknown modifier '-' in /home/akl1986/public_html/support/wp-content/plugins/redux-framework/redux-core/inc/extensions/metaboxes/class-redux-extension-metaboxes.php on line 783

Warning: preg_match(): Unknown modifier '-' in /home/akl1986/public_html/support/wp-content/plugins/redux-framework/redux-core/inc/extensions/metaboxes/class-redux-extension-metaboxes.php on line 783

Warning: preg_match(): Unknown modifier '-' in /home/akl1986/public_html/support/wp-content/plugins/redux-framework/redux-core/inc/extensions/metaboxes/class-redux-extension-metaboxes.php on line 783

Warning: Cannot modify header information - headers already sent by (output started at /home/akl1986/public_html/support/wp-content/plugins/redux-framework/redux-core/inc/extensions/metaboxes/class-redux-extension-metaboxes.php:783) in /home/akl1986/public_html/support/wp-includes/rest-api/class-wp-rest-server.php on line 1794

Warning: Cannot modify header information - headers already sent by (output started at /home/akl1986/public_html/support/wp-content/plugins/redux-framework/redux-core/inc/extensions/metaboxes/class-redux-extension-metaboxes.php:783) in /home/akl1986/public_html/support/wp-includes/rest-api/class-wp-rest-server.php on line 1794

Warning: Cannot modify header information - headers already sent by (output started at /home/akl1986/public_html/support/wp-content/plugins/redux-framework/redux-core/inc/extensions/metaboxes/class-redux-extension-metaboxes.php:783) in /home/akl1986/public_html/support/wp-includes/rest-api/class-wp-rest-server.php on line 1794

Warning: Cannot modify header information - headers already sent by (output started at /home/akl1986/public_html/support/wp-content/plugins/redux-framework/redux-core/inc/extensions/metaboxes/class-redux-extension-metaboxes.php:783) in /home/akl1986/public_html/support/wp-includes/rest-api/class-wp-rest-server.php on line 1794

Warning: Cannot modify header information - headers already sent by (output started at /home/akl1986/public_html/support/wp-content/plugins/redux-framework/redux-core/inc/extensions/metaboxes/class-redux-extension-metaboxes.php:783) in /home/akl1986/public_html/support/wp-includes/rest-api/class-wp-rest-server.php on line 1794

Warning: Cannot modify header information - headers already sent by (output started at /home/akl1986/public_html/support/wp-content/plugins/redux-framework/redux-core/inc/extensions/metaboxes/class-redux-extension-metaboxes.php:783) in /home/akl1986/public_html/support/wp-includes/rest-api/class-wp-rest-server.php on line 1794

Warning: Cannot modify header information - headers already sent by (output started at /home/akl1986/public_html/support/wp-content/plugins/redux-framework/redux-core/inc/extensions/metaboxes/class-redux-extension-metaboxes.php:783) in /home/akl1986/public_html/support/wp-includes/rest-api/class-wp-rest-server.php on line 1794

Warning: Cannot modify header information - headers already sent by (output started at /home/akl1986/public_html/support/wp-content/plugins/redux-framework/redux-core/inc/extensions/metaboxes/class-redux-extension-metaboxes.php:783) in /home/akl1986/public_html/support/wp-includes/rest-api/class-wp-rest-server.php on line 1794
{"id":3012,"date":"2020-01-09T21:23:10","date_gmt":"2020-01-09T21:23:10","guid":{"rendered":"https:\/\/support.aklwebhost.com\/?post_type=manual_kb&p=3012"},"modified":"2020-01-09T21:23:10","modified_gmt":"2020-01-09T21:23:10","slug":"installing-gnome-kde-gui-on-ubuntu-centos","status":"publish","type":"manual_kb","link":"https:\/\/support.aklwebhost.com\/knowledgebase\/installing-gnome-kde-gui-on-ubuntu-centos\/","title":{"rendered":"Installing Gnome\/KDE (GUI) on Ubuntu\/CentOS"},"content":{"rendered":"

Users who prefer a GUI to manage their server can install Gnome or KDE. These are the the most popular GUIs for Linux. In this tutorial, I’ll explain how to install Gnome and KDE on both Ubuntu and CentOS.<\/p>\n

Installing KDE<\/h2>\n

KDE is a beautiful GUI. Installing it is very easy. Each of the commands need to be run by the root user. The first thing we’re going to do is update everything.<\/p>\n

On CentOS, execute:<\/p>\n

yum update && yum upgrade\r\n<\/code><\/pre>\n

On Ubuntu, execute:<\/p>\n

apt-get update && apt-get upgrade\r\n<\/code><\/pre>\n

After updating everything, we’re going to install the GUI.<\/p>\n

On CentOS, execute:<\/p>\n

yum -y groupinstall \"KDE desktop\" \"X Window System\" \"Fonts\"\r\n<\/code><\/pre>\n

On Ubuntu, execute:<\/p>\n

apt-get install kubuntu-desktop\r\n<\/code><\/pre>\n

This will also install some apps. If you just want the GUI, execute:<\/p>\n

apt-get install kubuntu-desktop --no-install-recommends\r\n<\/code><\/pre>\n

Start up the server with the GUI.<\/p>\n

On CentOS, edit the file:<\/p>\n

vi \/etc\/inittab\r\n<\/code><\/pre>\n

Locate\u00a0id:3:initdefault:<\/code>\u00a0and change 3 to 5.<\/p>\n

Now restart your server.<\/p>\n

On CentOS, execute:<\/p>\n

init 6\r\n<\/code><\/pre>\n

Installing Gnome<\/h2>\n

The first thing we’re going to do is update everything. As with KDE, each of the commands need to be run by the root user.<\/p>\n

On CentOS, execute:<\/p>\n

yum update && yum upgrade\r\n<\/code><\/pre>\n

On Ubuntu, execute:<\/p>\n

apt-get update && apt-get upgrade\r\n<\/code><\/pre>\n

After updating everything, we’re going to install the GUI.<\/p>\n

On CentOS 7, execute:<\/p>\n

yum groupinstall \"GNOME Desktop\" \"Graphical Administration Tools\"\r\n<\/code><\/pre>\n

On Ubuntu, execute:<\/p>\n

apt-get install ubuntu-gnome-desktop\r\n<\/code><\/pre>\n

Now we need to start up the server with the GUI.<\/p>\n

On CentOS 7, execute:<\/p>\n

ln -sf \/lib\/systemd\/system\/runlevel5.target \/etc\/systemd\/system\/default.target\r\n<\/code><\/pre>\n

To remove Gnome on Ubuntu, execute:<\/p>\n

apt-get remove ubuntu-gnome-desktop\r\n<\/code><\/pre>\n

Now restart your server.<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"open","ping_status":"closed","template":"","format":"standard","manualknowledgebasecat":[231,242,247],"manual_kb_tag":[498],"_links":{"self":[{"href":"https:\/\/support.aklwebhost.com\/wp-json\/wp\/v2\/manual_kb\/3012"}],"collection":[{"href":"https:\/\/support.aklwebhost.com\/wp-json\/wp\/v2\/manual_kb"}],"about":[{"href":"https:\/\/support.aklwebhost.com\/wp-json\/wp\/v2\/types\/manual_kb"}],"author":[{"embeddable":true,"href":"https:\/\/support.aklwebhost.com\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/support.aklwebhost.com\/wp-json\/wp\/v2\/comments?post=3012"}],"version-history":[{"count":1,"href":"https:\/\/support.aklwebhost.com\/wp-json\/wp\/v2\/manual_kb\/3012\/revisions"}],"predecessor-version":[{"id":3013,"href":"https:\/\/support.aklwebhost.com\/wp-json\/wp\/v2\/manual_kb\/3012\/revisions\/3013"}],"wp:attachment":[{"href":"https:\/\/support.aklwebhost.com\/wp-json\/wp\/v2\/media?parent=3012"}],"wp:term":[{"taxonomy":"manualknowledgebasecat","embeddable":true,"href":"https:\/\/support.aklwebhost.com\/wp-json\/wp\/v2\/manualknowledgebasecat?post=3012"},{"taxonomy":"manual_kb_tag","embeddable":true,"href":"https:\/\/support.aklwebhost.com\/wp-json\/wp\/v2\/manual_kb_tag?post=3012"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}