How i install wine in debian wheezy

Questions about Wine on Linux
Locked
estrotococo
Newbie
Newbie
Posts: 1
Joined: Mon Mar 21, 2011 1:11 pm

How i install wine in debian wheezy

Post by estrotococo »

Hi i need help, i dont know how i do to install wine in my debian wheezy, there is no more deb file for wine 1.2.xx - 1.3xx, why??? and when i want to compile request me some x86free lib or something like that i dont stand nothing, can some one help me pls. Why there is deb file for ubuntu but not for Debian???, pretty unfair. the last wine.deb is for the version 1.1.42 why you dont continue publishing this file??? can i help u with this task??? if is easy to do pls, send me a guide and i ll help u, it will be a pleasure, bye and good luck, thanks for ur help
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Re: How i install wine in debian wheezy

Post by vitamin »

estrotococo wrote:Hi i need help, i dont know how i do to install wine in my debian wheezy, there is no more deb file for wine 1.2.xx - 1.3xx, why???
Because your distro is old. You'll have to compile Wine yourself. See http://wiki.winehq.org/Recommended_Packages for list of required packages.
Erbureth
Newbie
Newbie
Posts: 1
Joined: Sun Mar 27, 2011 5:49 am

Re: How i install wine in debian wheezy

Post by Erbureth »

vitamin wrote:Because your distro is old.
Could you elaborate on that?
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: How i install wine in debian wheezy

Post by dimesio »

estrotococo wrote:Why there is deb file for ubuntu but not for Debian???,
Packages are produced by volunteers for the distros. No one has volunteered for Debian since the last maintainer stepped down.
Jim Hall

How i install wine in debian wheezy

Post by Jim Hall »

On Sun, Mar 27, 2011 at 8:38 AM, dimesio <[email protected]> wrote:
estrotococo wrote:
Why there is deb file for ubuntu but not for Debian???,
Packages are produced by volunteers for the distros. No one has volunteered
for Debian since the last maintainer stepped down.



Wheezy is not old, it's the current testing (next stable). So he's actually
too far ahead.

Jim
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.winehq.org/pipermail/wine-us ... chment.htm>
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Re: How i install wine in debian wheezy

Post by vitamin »

Jim Hall wrote:Wheezy is not old, it's the current testing (next stable).
By bad. Regardless if there are no binaries available - he should compile himself from source.
Jim Hall

How i install wine in debian wheezy

Post by Jim Hall »

On Tue, Mar 29, 2011 at 9:06 PM, vitamin <[email protected]> wrote:
Jim Hall wrote:
Wheezy is not old, it's the current testing (next stable).
By bad. Regardless if there are no binaries available - he should compile
himself from source.

Agreed.

Jim
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.winehq.org/pipermail/wine-us ... chment.htm>
Mathieu Malaterre

How i install wine in debian wheezy

Post by Mathieu Malaterre »

On Wed, Mar 30, 2011 at 4:06 AM, vitamin <[email protected]> wrote:
Jim Hall wrote:
Wheezy is not old, it's the current testing (next stable).
By bad. Regardless if there are no binaries available - he should compile himself from source.
I am using those debs:

http://dev.carbon-project.org/debian/wine-unstable/

Works great for me.

--
Mathieu
epsilon72
Newbie
Newbie
Posts: 3
Joined: Thu Jul 10, 2008 12:07 am

Post by epsilon72 »

I know that this post is a few months old, but I'd also like to add that the wine1.2 and wine1.3 packages from Ubuntu Natty work fine with Squeeze (I haven't tried them with Wheezy).

http://packages.ubuntu.com/natty/wine1.2
http://packages.ubuntu.com/natty/wine1.3

Just download the appropriate package from the link at the bottom of the page, depending on if you want wine 1.2.3 or 1.3.15, and install it with dpkg.

You also get the added bonus of the Steam overlay working correctly. The packages must have been compiled with gcc 4.5.
marvinloc
Newbie
Newbie
Posts: 1
Joined: Thu Oct 18, 2012 1:43 pm

Re: How i install wine in debian wheezy

Post by marvinloc »

You can try that, it works on mine, I also have wheezy :) the debian testing version:

dpkg --add-architecture i386
apt-get update
apt-get install wine-bin:i386
Locked