CentOS8 install KDE Plasma5 desktop environment

Introduce the process of setting CentOs8 KDE Plasma 5 as the desktop environment. Just changing the desktop environment makes me feel fresh and motivated.
Contents 
• 1. Environment
• 2. Add library
• 3. KDE Plasma5 insulation
environment
• Operating system CentO 8.1.1911
add library
Add a library.
 
1 sudo dnf install https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm -y
KDE Plasma5 insulation
We will install the KDE environment.
sudo dnf group install “KDE Plasma Workspaces” -y
sudo dnf config-manager --enable PowerTools -y
sudo dnf group install kde-desktop -y
sudo dnf group install kde-media -y
sudo dnf group install kde-apps -y
sudo dnf install okular -y
changed to GUI mode
sudo systemctl set-default graphical.target
sudo dnf install sddm\* -y
sudo systemctl enable sddm -f
restart.
reboot
after reboot, you can confirm that building KDE Plasma desktop environment 5.


 

Guess you like

Origin blog.csdn.net/allway2/article/details/108582768