Advertisement
sephiroth7240

Untitled

Oct 30th, 2013
40
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.59 KB | None | 0 0
  1. silent@silent-desktop ~ $ sudo apt-get install pulseaudio:i386
  2. Reading package lists... Done
  3. Building dependency tree
  4. Reading state information... Done
  5. Some packages could not be installed. This may mean that you have
  6. requested an impossible situation or if you are using the unstable
  7. distribution that some required packages have not yet been created
  8. or been moved out of Incoming.
  9. The following information may help to resolve the situation:
  10.  
  11. The following packages have unmet dependencies:
  12. pulseaudio:i386 : Depends: consolekit:i386 but it is not going to be installed
  13. E: Unable to correct problems, you have held broken packages.
  14. silent@silent-desktop ~ $ sudo apt-get install consolekit:i386
  15. Reading package lists... Done
  16. Building dependency tree
  17. Reading state information... Done
  18. Some packages could not be installed. This may mean that you have
  19. requested an impossible situation or if you are using the unstable
  20. distribution that some required packages have not yet been created
  21. or been moved out of Incoming.
  22. The following information may help to resolve the situation:
  23.  
  24. The following packages have unmet dependencies:
  25. policykit-1 : Depends: consolekit but it is not going to be installed
  26. E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.
  27. silent@silent-desktop ~ $ sudo apt-get install policykit-1
  28. Reading package lists... Done
  29. Building dependency tree
  30. Reading state information... Done
  31. policykit-1 is already the newest version.
  32. 0 upgraded, 0 newly installed, 0 to remove and 3 not upgraded.
  33. silent@silent-desktop ~ $
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement