Unable to locate package ia32-libs-i386

Questions about Wine on Linux
Locked
morawcik
Newbie
Newbie
Posts: 1
Joined: Wed Aug 06, 2014 6:22 am

Unable to locate package ia32-libs-i386

Post by morawcik »

Hello,

I tried install Wine with this page: http://wiki.winehq.org/WineOn64bit#head ... 8e3be90381 but I have problem with ia32-libs-i386. If I run

Code: Select all

sudo apt-get install ia32-libs-i386 libgstreamer-plugins-base0.10-0
I get

Code: Select all

Reading package lists... Done
Building dependency tree       
Reading state information... Done
E: Unable to locate package ia32-libs-i386
How I can fix that?
User avatar
dimesio
Moderator
Moderator
Posts: 13208
Joined: Tue Mar 25, 2008 10:30 pm

Re: Unable to locate package ia32-libs-i386

Post by dimesio »

Ask your distro. That's not a Wine question.
A Laggy Grunt
Newbie
Newbie
Posts: 2
Joined: Thu Aug 07, 2014 3:38 pm

Re: Unable to locate package ia32-libs-i386

Post by A Laggy Grunt »

It's Debian or similar.

You need to do this as root:
dpkg --add-architecture i386
apt-get update

Then you can add i386 programs, libraries, and development header files alongside your amd64 ones.
Locked