4

Similar to this question, I want to install KDE on Ubuntu 16.04 without installing the complete Kubuntu system. I've seen Ubuntu's InstallingKDE wiki, but it was last updated in 2014, and the recommended command doesn't work anymore:

sudo apt install kde-plasma-desktop

I've tried a few other guesses, but none of them work:

sudo apt install kde
sudo apt install kde5

1 Answers1

2

as this link says, it's: sudo apt-get install --no-install-recommends kubuntu-desktop. it still works, just tried it.