Answer by Christian Herenz for Remove components from standard installation...
Installing the kde-standard package is not what you would like to install in the first place as a user who wants to have fine grained control over the packages on your system. Given the large list of...
View ArticleAnswer by Frederico Gonçalves Guimarães for Remove components from standard...
I normally use sudo apt purge **package-name** to do this. I did it right now as a test, trying to remove okular and it marked only kile, kile-l10n and okular to remove (kile depends on okular to run)....
View ArticleRemove components from standard installation of KDE Plasma on Debian 10
I recently Installed Debian 10 with KDE Plasma desktop environment. I chose this desktop environment because it is modern and looks great. The customization is also over the top making it the best...
View ArticleAnswer by yonderbread for Remove components from standard installation of KDE...
This worked for me:sudo apt remove kde-baseapps kdenlive* kdepim* kdeplasma* kde-* kde* && sudo apt purge kde-baseapps kdenlive* kdepim* kdeplasma* kde-* kde* && sudo apt autoremove -y
View ArticleAnswer by nathanfranke for Remove components from standard installation of...
Remove the meta packages. sudo apt remove kde-standard kde-plasma-desktopConfirm that the only packages under "REMOVED" is kde-standard, and kde-plasma-desktop so you don't uninstall your entire...
View ArticleAnswer by JGAD for Remove components from standard installation of KDE Plasma...
I used:sudo apt install $(dpkg-query -f '${binary:Package}\n' -W)to mark all packages as being manually installed.after that I can pick any package to uninstall
View ArticleAnswer by MrToadio for Remove components from standard installation of KDE...
sudo apt -y install kde-plasma-desktop plasma-nm This will install a minimal installation about a gig smaller than the default KDE.I "accidently" removed KDE and the above got me going again.
View Article