whitehaa.blogg.se

Install kde on centos 7
Install kde on centos 7









Removed symlink /etc/systemd/system/default.target.Ĭreated symlink from /etc/systemd/system/default.target to /usr/lib/systemd/system/graphical.target. ~]# systemctl set-default graphical.target

install kde on centos 7

We can set the default to the graphical.target which is equivalent to run level 5. The target is similar to the old run levels, in this case multi-user.target is equivalent to run level 3 meaning that after a reboot the GUI will not be loaded here. If it instead said multi-user.target, then you would need to update it manually. In this instance the target has been updated appropriately by installing these package groups. We can check the current default target as shown below. Start The GUIīy default after installing these packages, the default target should have automatically updated, meaning that after a reboot the GUI will automatically be loaded. Note that this may take a while, on my minimal installation I needed to download almost 1000 packages which took up almost 2GB of disk space.

install kde on centos 7

~]# yum groupinstall "KDE Plasma Workspaces" -y Installing the KDE Desktop is now as simple as installing the “KDE Plasma Workspaces” package group, which is already configured to install hundreds more packages that are required for a GUI installation. While there are many different graphical user interfaces available for Linux, in this example we will be using KDE Plasma workspaces. KDE Plasma Desktop Install KDE Plasma In CentOS











Install kde on centos 7