Advertisement
Guest User

Untitled

a guest
Oct 6th, 2016
149
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.69 KB | None | 0 0
  1. jojko@ThinkPad:~/scripts$ sudo apt autoremove
  2. Reading package lists... Done
  3. Building dependency tree      
  4. Reading state information... Done
  5. You might want to run 'apt-get -f install' to correct these.
  6. The following packages have unmet dependencies:
  7.  kde-telepathy-minimal : Depends: kde-config-telepathy-accounts (>= 15.04.0) but it is not installed
  8. E: Unmet dependencies. Try using -f.
  9. jojko@ThinkPad:~/scripts$ sudo apt autoremove -f
  10. Reading package lists... Done
  11. Building dependency tree      
  12. Reading state information... Done
  13. Correcting dependencies... Done
  14. The following additional packages will be installed:
  15.   kde-config-telepathy-accounts
  16. The following NEW packages will be installed:
  17.   kde-config-telepathy-accounts
  18. 0 upgraded, 1 newly installed, 0 to remove and 7 not upgraded.
  19. 2 not fully installed or removed.
  20. Need to get 0 B/137 kB of archives.
  21. After this operation, 825 kB of additional disk space will be used.
  22. Do you want to continue? [Y/n] Y
  23. (Reading database ... 290852 files and directories currently installed.)
  24. Preparing to unpack .../kde-config-telepathy-accounts_4%3a15.12.3-0ubuntu1_amd64.deb ...
  25. Unpacking kde-config-telepathy-accounts (4:15.12.3-0ubuntu1) ...
  26. dpkg: error processing archive /var/cache/apt/archives/kde-config-telepathy-accounts_4%3a15.12.3-0ubuntu1_amd64.deb (--unpack):
  27.  trying to overwrite '/usr/share/accounts/services/google-im.service', which is also in package account-plugin-google 0.12+16.04.20160126-0ubuntu1
  28. Processing triggers for libc-bin (2.23-0ubuntu3) ...
  29. Errors were encountered while processing:
  30.  /var/cache/apt/archives/kde-config-telepathy-accounts_4%3a15.12.3-0ubuntu1_amd64.deb
  31. E: Sub-process /usr/bin/dpkg returned an error code (1)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement