you can solve it by these two methods. sudo dpkg -P unity-scope-gdrive account-plugin-google account-plugin-facebook
and sudo apt -f install its occurring due to overwrite problem since it cant do it by default either use the above code in terminal or find the root package causing it and force overwrite it. Find it by this code below. sudo find /var/cache -name "kde-config-telepathy-accounts*" then, sudo dpkg -i --force-overwrite "write the location of package without quotes." And sudo apt-get -f install -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1622794 Title: package kde-config-telepathy-accounts (not installed) failed to install/upgrade: trying to overwrite '/usr/share/accounts/services /google-im.service', which is also in package account-plugin-google 0.12+16.04.20160126-0ubuntu1 To manage notifications about this bug go to: https://bugs.launchpad.net/hundredpapercuts/+bug/1622794/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
