Advertisement
Guest User

Untitled

a guest
Nov 20th, 2016
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.98 KB | None | 0 0
  1. root@user:/home/user/Downloads# apt-get install synaptic
  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. synaptic : Depends: libept1.5.0 but it is not going to be installed
  8. Depends: libvte-2.91-0 but it is not going to be installed
  9. Recommends: libgtk2-perl (>= 1:1.130) but it is not going to be installed
  10. Recommends: rarian-compat but it is not going to be installed
  11. unity-scope-gdrive : Depends: account-plugin-google but it is not going to be installed
  12. E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
  13. root@user:/home/user/Downloads# apt-get -f install
  14. Reading package lists... Done
  15. Building dependency tree
  16. Reading state information... Done
  17. Correcting dependencies... Done
  18. The following additional packages will be installed:
  19. account-plugin-google
  20. The following NEW packages will be installed:
  21. account-plugin-google
  22. 0 upgraded, 1 newly installed, 0 to remove and 1416 not upgraded.
  23. 1 not fully installed or removed.
  24. Need to get 0 B/3.372 B of archives.
  25. After this operation, 30,7 kB of additional disk space will be used.
  26. Do you want to continue? [Y/n] y
  27. (Reading database ... 247976 files and directories currently installed.)
  28. Preparing to unpack .../account-plugin-google_0.13+16.10.20160929.1-0ubuntu1_all.deb ...
  29. Unpacking account-plugin-google (0.13+16.10.20160929.1-0ubuntu1) ...
  30. dpkg: error processing archive /var/cache/apt/archives/account-plugin-google_0.13+16.10.20160929.1-0ubuntu1_all.deb (--unpack):
  31. trying to overwrite '/etc/signon-ui/webkit-options.d/accounts.google.com.conf', which is also in package kaccounts-providers 4:16.04.3-0ubuntu1
  32. Errors were encountered while processing:
  33. /var/cache/apt/archives/account-plugin-google_0.13+16.10.20160929.1-0ubuntu1_all.deb
  34. E: Sub-process /usr/bin/dpkg returned an error code (1)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement