Advertisement
Guest User

Untitled

a guest
Jan 5th, 2016
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.22 KB | None | 0 0
  1. petar@tesla:~$ gdk-pixbuf-query-loaders > /usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders.cache
  2. bash: /usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders.cache: Permission denied
  3. petar@tesla:~$ sudo !!
  4. sudo gdk-pixbuf-query-loaders > /usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders.cache
  5. bash: /usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders.cache: Permission denied
  6. petar@tesla:~$ sudo apt-get install libgdk-pixbuf2.0-dev
  7. Reading package lists... Done
  8. Building dependency tree
  9. Reading state information... Done
  10. libgdk-pixbuf2.0-dev is already the newest version.
  11. libgdk-pixbuf2.0-dev set to manually installed.
  12. You might want to run 'apt-get -f install' to correct these:
  13. The following packages have unmet dependencies:
  14. love : Depends: liblove0 but it is not going to be installed
  15. E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
  16. petar@tesla:~$ sudo apt-get -f install
  17. Reading package lists... Done
  18. Building dependency tree
  19. Reading state information... Done
  20. Correcting dependencies... Done
  21. The following packages were automatically installed and are no longer required:
  22. liballegro4.4 liballegro4.4-plugin-alsa libdevil1c2 liblcms1 liblove
  23. Use 'apt-get autoremove' to remove them.
  24. The following extra packages will be installed:
  25. liblove0
  26. The following NEW packages will be installed:
  27. liblove0
  28. 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
  29. 239 not fully installed or removed.
  30. Need to get 0 B/766 kB of archives.
  31. After this operation, 2,655 kB of additional disk space will be used.
  32. Do you want to continue? [Y/n] y
  33. (Reading database ... 341771 files and directories currently installed.)
  34. Preparing to unpack .../liblove0_0.10.0ppa1_amd64.deb ...
  35. Unpacking liblove0:amd64 (0.10.0ppa1) ...
  36. dpkg: error processing archive /var/cache/apt/archives/liblove0_0.10.0ppa1_amd64.deb (--unpack):
  37. trying to overwrite '/usr/lib/x86_64-linux-gnu/liblove.so.0.0.0', which is also in package liblove:amd64 0.9.2ppa1
  38. dpkg-deb: error: subprocess paste was killed by signal (Broken pipe)
  39. Errors were encountered while processing:
  40. /var/cache/apt/archives/liblove0_0.10.0ppa1_amd64.deb
  41. E: Sub-process /usr/bin/dpkg returned an error code (1)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement