Minimal KDE Plasma

Issues related to applications and software problems
Post Reply
Thunderly
Posts: 5
Joined: 2018/12/11 11:39:05

Minimal KDE Plasma

Post by Thunderly » 2018/12/11 12:21:26

I installed CENTOS 7 minimal on VMware Workstation. Now I would like to get a KDE Plasma - minimal too.
How do I proceed? - If I install it with

Code: Select all

sudo yum groupinstall -y "KDE Plasma Workspaces"
I would get the whole KDE Plasma, but I prefer a minimal KDE Plasma installtion.

Thx in advance.

Typhome
Posts: 27
Joined: 2016/07/09 08:34:03

Re: Minimal KDE Plasma

Post by Typhome » 2018/12/11 14:23:43

Check this thread: viewtopic.php?t=50658

I think it's kde-workspace

Code: Select all

yum install kde-workspace

Mike_Rochefort
Posts: 215
Joined: 2016/03/16 02:34:19

Re: Minimal KDE Plasma

Post by Mike_Rochefort » 2018/12/11 15:17:51

For a list of all available groups and how to see what they contain:

Code: Select all

 yum groups list hidden ids
 
 yum groups info group-id
 
Cheers,
Mike
Solution Architect @RedHat | RHCE
Former SysAdmin @BlueSkyStudios and @Pixar
Feature animation and VFX enthusiast
--
Report CentOS Stream 8 bugs: https://da.gd/c8s-bugs
Report CentOS Stream 9 bugs: https://da.gd/c9s-bugs

Thunderly
Posts: 5
Joined: 2018/12/11 11:39:05

Re: Minimal KDE Plasma

Post by Thunderly » 2018/12/12 07:10:22

thx !!

Post Reply