I was trying to install kde in my ubuntu 15.10.
I used the following command
sudo apt-get install kubuntu-desktop
I encountered these two errors--
The following packages have unmet dependencies:
kde-telepathy-minimal :
Depends: kde-config-telepathy-accounts (>= 15.04.0)
but it is not going to be installed.
Now whenever I try to use apt-get
it shows this error continuously.
I am unable to even remove the half installed kubuntu-desktop
.
kde-config-telepathy-accounts
? – TellMeWhy Jan 06 '16 at 16:52apt-get install --dry-run kde-config-telepathy-accounts
? – David Foerster Jan 06 '16 at 18:17