Advertisement
Guest User

Untitled

a guest
Feb 18th, 2016
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.69 KB | None | 0 0
  1. ➜  Downloads  sudo apt-get -f install
  2. Reading package lists... Done
  3. Building dependency tree      
  4. Reading state information... Done
  5. Correcting dependencies... failed.
  6. The following packages have unmet dependencies:
  7.  libgstreamer-plugins-base0.10-0 : Breaks: libgstreamer-plugins-base0.10-0:i386 (!= 0.10.36-1.1ubuntu2) but 0.10.36-1 is installed
  8.  libgstreamer-plugins-base0.10-0:i386 : Breaks: libgstreamer-plugins-base0.10-0 (!= 0.10.36-1) but 0.10.36-1.1ubuntu2 is installed
  9.  libqtwebkit4 : Breaks: libqtwebkit4:i386 (!= 2.3.2-0ubuntu7) but 2.2.1-1ubuntu4 is installed
  10.  libqtwebkit4:i386 : Depends: libsqlite3-0:i386 (>= 3.5.9) but it is not installed
  11.                      Breaks: libqtwebkit4 (!= 2.2.1-1ubuntu4) but 2.3.2-0ubuntu7 is installed
  12. E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.
  13. E: Unable to correct dependencies
  14. ➜  Downloads  sudo apt-get upgrade
  15. Reading package lists... Done
  16. Building dependency tree      
  17. Reading state information... Done
  18. You might want to run 'apt-get -f install' to correct these.
  19. The following packages have unmet dependencies:
  20.  libgstreamer-plugins-base0.10-0 : Breaks: libgstreamer-plugins-base0.10-0:i386 (!= 0.10.36-1.1ubuntu2) but 0.10.36-1 is installed
  21.  libgstreamer-plugins-base0.10-0:i386 : Breaks: libgstreamer-plugins-base0.10-0 (!= 0.10.36-1) but 0.10.36-1.1ubuntu2 is installed
  22.  libqtwebkit4 : Breaks: libqtwebkit4:i386 (!= 2.3.2-0ubuntu7) but 2.2.1-1ubuntu4 is installed
  23.  libqtwebkit4:i386 : Depends: libsqlite3-0:i386 (>= 3.5.9) but it is not installed
  24.                      Breaks: libqtwebkit4 (!= 2.2.1-1ubuntu4) but 2.3.2-0ubuntu7 is installed
  25. E: Unmet dependencies. Try using -f.
  26. ➜  Downloads
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement