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
kde-plasma-desktop
package intrusty 14.04LTS
andprecise 12.04LTS
. But maybe one of the dependencies,plasma-desktop
, has what you need? (Probably not) – Carolus Mar 10 '17 at 20:20