I installed Wine using the Lamaresh repo for Debian, but unlike openSUSE's repos, I found out that it installs and old version: 1.1.42. Is there some repo for Debian where I can install latest version from? Or should I better try building it from source? Sorry if it's a silly question. Thanks.
F_style wrote:> I installed Wine using the Lamaresh repo for Debian, but unlike openSUSE's repos, I found out that it installs and old version: 1.1.42. Is there some repo for Debian where I can install latest version from? Or should I better try building it from source? > > Sorry if it's a silly question. Thanks.No, it's not a silly question. Unfortunately, there haven't been any official Debian packages since the Debian Wine package maintainer stepped down last year. There won't be until a Debian user volunteers to build them. Someone did post a link to an unofficial Debian package awhile ago. Use at your own risk: http://dev.carbon-project.org/debian/wine-unstable/ The other choice is to build from source. People have reported that the instructions in the wiki for building on 64 bit Debian are outdated, and I don't know if anyone has updated them since (probably not).
Using the frickelplatz repos on debian sid. Version 1.3.16 In your sources.list : deb http://frickelplatz.de/debian sid main contrib non-free Download and add the GPG key : gpg --keyserver pgpkeys.mit.edu --recv-key 8761F008151E2489 gpg --keyserver pgpkeys.mit.edu --recv-key 8761F008151a --export 8761F008151E2489 | apt-key add -
gpg -a --export 8761F008151E2489 | apt-key add - last sentence was incorrect
Tried the Frickelplatz repo. Either when using Synaptic or Aptitude to install Wine I get an "unresolvable dependencies" error and the following wine: Depends: libasound2 (>1.0.18) but 1.0.16-2 is to be installed Depends: libc6 (>=2.11) but 2.7-18 is to be installed Depends: libgphoto2-2 (>=2.4.10.1) but 2.4.1-3 is to be installed Depends: libgphoto2-port0 (>=2.4.10.1) but 2.4.1-3 is to be installed Depends: libmpg123-0 (>=1.6.2) but 1.4.3-4 is to be installed Depends: libxml2 (>=2.7.4) but 2.6.32.dfsg-5+lenny1 is to be installed I first uninstalled old Wine version (1.0.1, very old) using "apt-get remove libwine wine", then added the repo ans tried to install. What is happening? Could it be incompatibility between Sid and Lenny, or any other thing?