Cannot Run win32 software under kubuntu 18.04

Questions about Wine on Linux
Locked
zaccara
Newbie
Newbie
Posts: 1
Joined: Mon Jul 16, 2018 8:24 am

Cannot Run win32 software under kubuntu 18.04

Post by zaccara »

Hello everybody

I'm running Kubuntu 18.04 LTS with a intel core 2 duo inside based workstation

I tried to run 32 bit windows software using wine (stable and development) but when i tried to run 32 bit sofrware its says that "wine32 is missing".

what i did was this:
sudo -l
apt-get install wine-stable


when it finished i run
wine AOESETUP.exe

but it cannot be run because wine (64bits) doesn't support 32 bit architecture
its says that i must install wine32
then, i did an
apt-get install wine32
and doesn't work, even i tried
apt-get install wine32-development
and even
apt-get install wine-development:i386
without a good result

then i tried to add i386 architecture using dpkg command without a result.

what i did was this:
dpkg --add-architecture i386
but even with this option activated i cannot force installation of wine32

i want to use 32 bit software with wine but i cannot get it works

help me to solve this :cry:
User avatar
Bob Wya
Level 12
Level 12
Posts: 3068
Joined: Sat Oct 16, 2010 7:40 pm

Re: Cannot Run win32 software under kubuntu 18.04

Post by Bob Wya »

Locked