Quantcast
Channel: Openstack RDO && KVM Hypervisor
Viewing all articles
Browse latest Browse all 330

Setting KDE Plasma on Rocky Linux 8.4 KVM Guest

$
0
0

Following below is a brief set of instructions setting up KDE Plasma on RockyLinux along with Gnome Desktop Manager which is actually needed to support graphical login, otherwise system might be started via text login followed by "startx"

Perform guest deployment via Rocky-8.4-x86_64-minimal.iso

$ sudo dnf update -y

$ sudo reboot

$ sudo dnf install epel-release

$ sudo dnf config-manager --set-enabled powertools

$ sudo dnf --enablerepo=epel,powertools group -y install \

                      "KDE Plasma Workspaces""base-x"

$ sudo dnf install gdm

$ sudo systemctl start gdm

$ sudo systemctl enable gdm

$ sudo systemctl set-default graphical.target

$ sudo reboot




Virtual Box 6.1.26 might be setup with no issues as well






Viewing all articles
Browse latest Browse all 330

Trending Articles