wine 32 bits in alpine linux

3 posts / 0 new
Last post
#1 Tue, 2016-02-16 22:47
k3ck3c
  • k3ck3c's picture
  • Offline
  • Last seen: 1 year 4 months ago
  • Joined: 2015-10-04

Hello

I noticed there is wine64 available when I do a

apk  add wine

but I would like wine 32 bits, what i get in Ubuntu when I do

dpkg --add-architecture i386
apt-get update -yy 
apt-get install -y wine1.7

thanks for any hint

Thu, 2016-02-18 04:15
Eric-Guo
  • Eric-Guo's picture
  • Offline
  • Last seen: 2 years 3 weeks ago
  • Joined: 2016-02-13

Try manually download and install?

wget http://dl-3.alpinelinux.org/alpine/edge/community/x86/wine-1.8.1-r0.apk && apt add ./wine-1.8.1-r0.apk

http://dl-3.alpinelinux.org/alpine/edge/community/x86/ rest package can be find via browser.

Thu, 2017-05-04 23:45
toschneck
  • toschneck's picture
  • Offline
  • Last seen: 11 months 1 day ago
  • Joined: 2017-05-04

@k3ck3c Have you find any solution on that?

Log in or register to post comments