L_V wrote: disable recommends
/etc/apt/apt.conf.d/50norecommends
- Code: Select all
APT::Install-Recommends "false";
2]
- Code: Select all
apt update
apt install plasma-desktop kwin-x11 sddm haveged konsole plasma-nm systemsettings dolphin kate
and then, install what you need.
I've tried that in the past. By disabling "recommends" you'll end up having to manually install most of the no-longer-recommended packages, simply in order to get KDE to function properly, and it can get complicated/messy. There used to be years ago a way to get a good kde minimal set up by setting an option during debian install. Sadly, that's no longer the case.
I've had some success installing debian with no desktop, and then (using aptitude in my case, with "recommends" set as default) going into the kde metapackage dependency list and maually installing plasma-desktop plus xorg and any individual sub-packages of kde standard, such as gwenview, k3b, parts of kde-admin, and any other must-have packages to get as minimal a set-up as I wanted. That way, core packages such as konsole, dolphin, etc, get pulled in by the "recommends" setting anyway, but very little else that I don't want.
I can't remember the details, but you might give it a go, but you'll have to keep your eyes out to make sure that you get all that you do want - and that the not wanted kitchen sink that comes with kde doesn't end up being installed as well.