How to download KDE in PARROT OS

I dont like the default mate Desktop environment of PARROT OS so how can i delete Mate and Download KDE.

sudo apt install parrot-desktop-kde
then reboot and select desktop environment at login screen

1 Like

complete KDE or only Plasma?

uninstall everything or only the core of the desktop environment (keep the MATE application)?

1 Like

The KDE desktop should be in the repository

sudo apt update && sudo apt upgrade -y

sudo apt install task-kde-desktop

once you have configured it
reboot

1 Like

i want to completely del mate and install kde

once you have installed and configured KDE you can then uninstall mate
in the past I have used terminal command
dpkg --purge mate-* --force-all

1 Like

its showing this dpkg: error: --purge needs a valid package name but ‘mate-’ is not: illegal
package name in specifier 'mate-
’: character ‘*’ not allowed (only letters
, digits and characters ‘-+._’)

Type dpkg --help for help about installing and deinstalling packages [*];
Use ‘apt’ or ‘aptitude’ for user-friendly package management;
Type dpkg -Dhelp for a list of dpkg debug flag values;
Type dpkg --force-help for a list of forcing options;
Type dpkg-deb --help for help about manipulating *.deb files;

Options marked [] produce a lot of output - pipe it through ‘less’ or 'more
’ !
after typing sudo dpkg --purge mate-
--force-all

I installed KDE on my Parrot OS Home and I can tell you that

sudo apt install parrot-desktop-kde 

did not work so I looked up how to just install KDE normally on debian and it worked fine

This topic was automatically closed 120 days after the last reply. New replies are no longer allowed.