Advertisement
Guest User

Untitled

a guest
Oct 6th, 2016
316
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.81 KB | None | 0 0
  1. jojko@ThinkPad:~/scripts$ sudo apt-get -f install && sudo dpkg --configure -a && sudo apt-get -f install
  2. Reading package lists... Done
  3. Building dependency tree      
  4. Reading state information... Done
  5. Correcting dependencies... Done
  6. The following packages were automatically installed and are no longer required:
  7.   bbswitch-dkms dkms lib32gcc1 libc6-i386 libcuda1-340 libjansson4 libxnvctrl0
  8.   nvidia-prime nvidia-settings screen-resolution-extra xserver-xorg-legacy
  9. Use 'sudo apt autoremove' to remove them.
  10. The following additional packages will be installed:
  11.   kde-config-telepathy-accounts
  12. The following NEW packages will be installed:
  13.   kde-config-telepathy-accounts
  14. 0 upgraded, 1 newly installed, 0 to remove and 7 not upgraded.
  15. 2 not fully installed or removed.
  16. Need to get 137 kB of archives.
  17. After this operation, 825 kB of additional disk space will be used.
  18. Do you want to continue? [Y/n] Y
  19. Get:1 http://sk.archive.ubuntu.com/ubuntu xenial/universe amd64 kde-config-telepathy-accounts amd64 4:15.12.3-0ubuntu1 [137 kB]
  20. Fetched 137 kB in 0s (2 301 kB/s)                      
  21. (Reading database ... 290852 files and directories currently installed.)
  22. Preparing to unpack .../kde-config-telepathy-accounts_4%3a15.12.3-0ubuntu1_amd64.deb ...
  23. Unpacking kde-config-telepathy-accounts (4:15.12.3-0ubuntu1) ...
  24. dpkg: error processing archive /var/cache/apt/archives/kde-config-telepathy-accounts_4%3a15.12.3-0ubuntu1_amd64.deb (--unpack):
  25.  trying to overwrite '/usr/share/accounts/services/google-im.service', which is also in package account-plugin-google 0.12+16.04.20160126-0ubuntu1
  26. Processing triggers for libc-bin (2.23-0ubuntu3) ...
  27. Errors were encountered while processing:
  28.  /var/cache/apt/archives/kde-config-telepathy-accounts_4%3a15.12.3-0ubuntu1_amd64.deb
  29. E: Sub-process /usr/bin/dpkg returned an error code (1)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement