Debian Weezy comes with wine 1.4.1, which is really old. If you want wine 1.6.2 you need all kinds of newer packages. We also don't want to compile wine ourselves. So the solution it to add testing repository that contains wine 1.6.2.
Source code viewer
su root nano /etc/apt/sources.list # Add next line to your sources: # deb http://cdn.debian.net/debian/ testing mainProgramming Language: Bash