Skip to main content
  1. Posts/

Arch Linux KDE Plasma Installation

·1 min
Linux Arch Linux
Matt Moore
Author
Matt Moore

Install xorg-server:

pacman -S xorg-server

Install plasma and kde-applications:

pacman -S plasma kde-applications

Enable the default plasma display manager sddm:

sudo systemctl enable sddm

Then either start sddm (or reboot):

sudo systemctl start sddm