wine 32 bits in alpine linux
    #1
    Tue, 2016-02-16 22:47
    
    
      
  
        k3ck3c    
    - 
            
            
             - Offline
 - 1 year 4 months ago
 - 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
      
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.
@k3ck3c Have you find any solution on that?