22 February 2014

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
  1. su root
  2. nano /etc/apt/sources.list
  3. # Add next line to your sources:
  4. # deb http://cdn.debian.net/debian/ testing main
Programming Language: Bash