Advertisement
Guest User

Untitled

a guest
Jul 30th, 2016
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.05 KB | None | 0 0
  1. root@gcomputer:~# apt-get install kubuntu-desktop
  2. ...
  3. Unpacking kde-config-telepathy-accounts (4:15.12.3-0ubuntu1) ...
  4. dpkg: error processing archive /var/cache/apt/archives/kde-config-telepathy-accounts_4%3a15.12.3-0ubuntu1_amd64.deb (--unpack):
  5. trying to overwrite '/usr/share/accounts/services/google-im.service', which is also in package account-plugin-google 0.12+16.04.20160126-0ubuntu1
  6. ...
  7. Unpacking kaccounts-providers (4:15.12.3-0ubuntu1) ...
  8. dpkg: error processing archive /var/cache/apt/archives/kaccounts-providers_4%3a15.12.3-0ubuntu1_amd64.deb (--unpack):
  9. trying to overwrite '/etc/signon-ui/webkit-options.d/www.facebook.com.conf', which is also in package account-plugin-facebook 0.12+16.04.20160126-0ubuntu1
  10. ...
  11. Errors were encountered while processing:
  12. /var/cache/apt/archives/kde-config-telepathy-accounts_4%3a15.12.3-0ubuntu1_amd64.deb
  13. /var/cache/apt/archives/kaccounts-providers_4%3a15.12.3-0ubuntu1_amd64.deb
  14. E: Sub-process /usr/bin/dpkg returned an error code (1)
  15.  
  16. root@gcomputer:~# apt-get install kubuntu-desktop
  17. Reading package lists... Done
  18. Building dependency tree
  19. Reading state information... Done
  20. kubuntu-desktop is already the newest version (1.338).
  21. You might want to run 'apt-get -f install' to correct these:
  22. The following packages have unmet dependencies:
  23. kde-telepathy-minimal : Depends: kde-config-telepathy-accounts (>= 15.04.0) but it is not going to be installed
  24. E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
  25.  
  26. root@gcomputer:~# apt-get install -f
  27. Reading package lists... Done
  28. Building dependency tree
  29. Reading state information... Done
  30. Correcting dependencies... Done
  31. The following packages were automatically installed and are no longer required:
  32. liblept5 liblightdm-qt-3-0
  33. Use 'apt autoremove' to remove them.
  34. The following additional packages will be installed:
  35. kde-config-telepathy-accounts
  36. The following NEW packages will be installed:
  37. kde-config-telepathy-accounts
  38. 0 upgraded, 1 newly installed, 0 to remove and 1 not upgraded.
  39. 259 not fully installed or removed.
  40. Need to get 0 B/137 kB of archives.
  41. After this operation, 825 kB of additional disk space will be used.
  42. Do you want to continue? [Y/n]
  43. (Reading database ... 518857 files and directories currently installed.)
  44. Preparing to unpack .../kde-config-telepathy-accounts_4%3a15.12.3-0ubuntu1_amd64.deb ...
  45. Unpacking kde-config-telepathy-accounts (4:15.12.3-0ubuntu1) ...
  46. dpkg: error processing archive /var/cache/apt/archives/kde-config-telepathy-accounts_4%3a15.12.3-0ubuntu1_amd64.deb (--unpack):
  47. trying to overwrite '/usr/share/accounts/services/google-im.service', which is also in package account-plugin-google 0.12+16.04.20160126-0ubuntu1
  48. Processing triggers for libc-bin (2.23-0ubuntu3) ...
  49. Errors were encountered while processing:
  50. /var/cache/apt/archives/kde-config-telepathy-accounts_4%3a15.12.3-0ubuntu1_amd64.deb
  51. E: Sub-process /usr/bin/dpkg returned an error code (1)
  52.  
  53. root@gcomputer:~# rm -rf /usr/share/accounts/services/google-im.service
  54.  
  55. root@gcomputer:~# apt-get install -f
  56. ...
  57. dpkg: error processing archive /var/cache/apt/archives/kde-config-telepathy-accounts_4%3a15.12.3-0ubuntu1_amd64.deb (--unpack):
  58. trying to overwrite '/usr/share/accounts/services/google-im.service', which is also in package account-plugin-google 0.12+16.04.20160126-0ubuntu1
  59. Processing triggers for libc-bin (2.23-0ubuntu3) ...
  60. Errors were encountered while processing:
  61. /var/cache/apt/archives/kde-config-telepathy-accounts_4%3a15.12.3-0ubuntu1_amd64.deb
  62. E: Sub-process /usr/bin/dpkg returned an error code (1)
  63.  
  64. root@gcomputer:~# apt-get purge account-plugin-google
  65. Reading package lists... Done
  66. Building dependency tree
  67. Reading state information... Done
  68. You might want to run 'apt-get -f install' to correct these:
  69. The following packages have unmet dependencies:
  70. kde-telepathy-minimal : Depends: kde-config-telepathy-accounts (>= 15.04.0) but it is not going to be installed
  71. unity-scope-gdrive : Depends: account-plugin-google but it is not going to be installed
  72. E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement