1. $ sudo apt-get install wine-bin:i386
  2. Reading package lists...
  3. Building dependency tree...
  4. Reading state information...
  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. The following packages have unmet dependencies:
  11. wine-bin:i386 : Depends: libwine-bin:i386 (= 1.4.1-1) but it is not going to be installed
  12. E: Unable to correct problems, you have held broken packages.
  13. $ sudo apt-get install libwine-bin:i386
  14. Reading package lists...
  15. Building dependency tree...
  16. Reading state information...
  17. Some packages could not be installed. This may mean that you have
  18. requested an impossible situation or if you are using the unstable
  19. distribution that some required packages have not yet been created
  20. or been moved out of Incoming.
  21. The following information may help to resolve the situation:
  22. The following packages have unmet dependencies:
  23. libwine-bin:i386 : Depends: libwine:i386 (= 1.4.1-1) but it is not going to be installed
  24. E: Unable to correct problems, you have held broken packages.
  25. $ sudo apt-get install libwine:i386
  26. Reading package lists...
  27. Building dependency tree...
  28. Reading state information...
  29. Some packages could not be installed. This may mean that you have
  30. requested an impossible situation or if you are using the unstable
  31. distribution that some required packages have not yet been created
  32. or been moved out of Incoming.
  33. The following information may help to resolve the situation:
  34. The following packages have unmet dependencies:
  35. libwine:i386 : Depends: libfreetype6:i386 (>= 2.2.1) but it is not going to be installed
  36. Depends: libpng12-0:i386 (>= 1.2.13-4) but it is not going to be installed
  37. Depends: libssl1.0.0:i386 (>= 1.0.0) but it is not going to be installed
  38. Depends: libxml2:i386 (>= 2.7.4) but it is not going to be installed
  39. Depends: zlib1g:i386 (>= 1:1.1.4) but it is not going to be installed
  40. Recommends: ttf-liberation:i386 but it is not installable
  41. E: Unable to correct problems, you have held broken packages.
  42. $ sudo apt-get install libfreetype6:i386
  43. Reading package lists...
  44. Building dependency tree...
  45. Reading state information...
  46. Some packages could not be installed. This may mean that you have
  47. requested an impossible situation or if you are using the unstable
  48. distribution that some required packages have not yet been created
  49. or been moved out of Incoming.
  50. The following information may help to resolve the situation:
  51. The following packages have unmet dependencies:
  52. libfreetype6:i386 : Depends: zlib1g:i386 (>= 1:1.1.4) but it is not going to be installed
  53. E: Unable to correct problems, you have held broken packages.
  54. $ sudo apt-get install zlib1g:i386
  55. Reading package lists...
  56. Building dependency tree...
  57. Reading state information...
  58. Some packages could not be installed. This may mean that you have
  59. requested an impossible situation or if you are using the unstable
  60. distribution that some required packages have not yet been created
  61. or been moved out of Incoming.
  62. The following information may help to resolve the situation:
  63. The following packages have unmet dependencies:
  64. libuuid1 : Depends: passwd
  65. Recommends: uuid-runtime
  66. perl : Depends: perl-base (= 5.14.2-11) but it is not going to be installed
  67. Depends: perl-modules (>= 5.14.2-11) but it is not going to be installed
  68. Depends: zlib1g (>= 1:1.2.3.3) but it is not going to be installed
  69. E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.
  70. $ sudo apt-get install libuuid1 perl perl-base perl-modules zlib1g
  71. Reading package lists...
  72. Building dependency tree...
  73. Reading state information...
  74. perl is already the newest version.
  75. perl-base is already the newest version.
  76. perl-modules is already the newest version.
  77. libuuid1 is already the newest version.
  78. zlib1g is already the newest version.
  79. The following package was automatically installed and is no longer required:
  80. libyaml-tiny-perl
  81. Use 'apt-get autoremove' to remove it.
  82. 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.