Advertisement
Guest User

Untitled

a guest
Mar 7th, 2015
240
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.24 KB | None | 0 0
  1. root@debian:/home/sigma# dpkg --add-architecture i386
  2. root@debian:/home/sigma# apt-get update
  3. Hit http://ftp.us.debian.org wheezy Release.gpg
  4. Hit http://ftp.us.debian.org wheezy-updates Release.gpg
  5. Hit http://ftp.us.debian.org wheezy Release
  6. Hit http://security.debian.org wheezy/updates Release.gpg
  7. Hit http://ftp.us.debian.org wheezy-updates Release
  8. Hit http://security.debian.org wheezy/updates Release
  9. Hit http://ftp.us.debian.org wheezy/main Sources
  10. Hit http://ftp.us.debian.org wheezy/main amd64 Packages
  11. Hit http://security.debian.org wheezy/updates/main amd64 Packages
  12. Get:1 http://ftp.us.debian.org wheezy/main i386 Packages [5,859 kB]
  13. Get:2 http://security.debian.org wheezy/updates/main i386 Packages [272 kB]
  14. Hit http://security.debian.org wheezy/updates/main Translation-en
  15. Hit http://ftp.us.debian.org wheezy/main Translation-en
  16. Hit http://ftp.us.debian.org wheezy-updates/main Sources
  17. Hit http://ftp.us.debian.org wheezy-updates/main amd64 Packages/DiffIndex
  18. Get:3 http://ftp.us.debian.org wheezy-updates/main i386 Packages [4,366 B]
  19. Hit http://ftp.us.debian.org wheezy-updates/main Translation-en/DiffIndex
  20. Fetched 6,135 kB in 4s (1,303 kB/s)
  21. W: Failed to fetch http://security.debian.org/dists/wheezy/updates/main/binary-i386/Packages Hash Sum mismatch
  22.  
  23. E: Some index files failed to download. They have been ignored, or old ones used instead.
  24. root@debian:/home/sigma# ^C
  25. root@debian:/home/sigma# apt-get install wine-bin:i386
  26. Reading package lists... Done
  27. Building dependency tree
  28. Reading state information... Done
  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.  
  35. The following packages have unmet dependencies:
  36. wine-bin:i386 : Depends: libc6:i386 (>= 2.4) but it is not going to be installed
  37. Depends: libwine-bin:i386 (= 1.4.1-4) but it is not going to be installed
  38. E: Unable to correct problems, you have held broken packages.
  39. root@debian:/home/sigma#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement