Advertisement
robn

Untitled

Sep 9th, 2012
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.40 KB | None | 0 0
  1. robn@pyro:~$ sudo apt-get install ia32-libs
  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. ia32-libs : Depends: ia32-libs-i386
  13. E: Unable to correct problems, you have held broken packages.
  14. robn@pyro:~$ sudo apt-get install ia32-libs ia32-libs-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. ia32-libs-i386:i386 : Depends: libjack0:i386 (>= 1:0.118+svn3796-7) but it is not going to be installed
  26. E: Unable to correct problems, you have held broken packages.
  27. robn@pyro:~$ sudo apt-get install ia32-libs ia32-libs-i386 libjack0:i386
  28. Reading package lists... Done
  29. Building dependency tree
  30. Reading state information... Done
  31. The following packages were automatically installed and are no longer required:
  32. gstreamer0.10-nice libc-ares2 libcap2-bin libgssdp-1.0-3 libgupnp-1.0-4 libgupnp-igd-1.0-4 libmeanwhile1 libnice10 libpam-cap libsmi2ldbl libwireshark-data libwireshark2 libwiretap2
  33. libwsutil2 libzephyr4 pidgin-data python-cddb python-gst0.10 python-mmkeys python-mutagen wireshark-common
  34. Use 'apt-get autoremove' to remove them.
  35. Suggested packages:
  36. ia32-libs-gtk ia32-libs-gtk-i386:i386 jackd1:i386
  37. The following packages will be REMOVED:
  38. exaile gstreamer0.10-plugins-good libasound2-plugins libfarstream-0.1-0 libjack-jackd2-0 libportaudio2 libpurple-bin libpurple0 opera opera-next pidgin pulseaudio pulseaudio-module-x11
  39. wireshark
  40. The following NEW packages will be installed:
  41. ia32-libs ia32-libs-i386:i386 libjack0:i386
  42. 0 upgraded, 3 newly installed, 14 to remove and 45 not upgraded.
  43. Need to get 285 kB of archives.
  44. After this operation, 117 MB disk space will be freed.
  45. Do you want to continue [Y/n]?
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement