unable to locate packages - building 32 bit wine on 64bit

Questions about Wine on Linux
Locked
kjw
Level 1
Level 1
Posts: 5
Joined: Tue May 20, 2014 2:52 pm

unable to locate packages - building 32 bit wine on 64bit

Post by kjw »

Hi,

I am trying to build a 32 bit version of wine on 64 bit Debian Wheezy. I'm following this procedure: http://wiki.winehq.org/WineOn64bit

When I get to the part that says to install the development packages and libraries I get the same error for each one (everyone that is -dev:i386):

"E: Unable to locate package --------"

Is there a way to download these separately, or something else I should be trying?

Thanks for your help.
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: unable to locate packages - building 32 bit wine on 64bi

Post by dimesio »

Ask your distro.
spoon0042
Level 6
Level 6
Posts: 572
Joined: Thu Dec 24, 2009 11:00 am

Re: unable to locate packages - building 32 bit wine on 64bi

Post by spoon0042 »

Based on this: https://wiki.debian.org/Multiarch/HOWTO I think all you need is to run
dpkg --add-architecture i386
then apt-get update, then try again the instructions on the wiki.
Locked