[Bug 1857194] Re: no wine32 package available in lubuntu 20.04 daily image

2019-12-23 Thread menporul.prabhu
Forgot to tell i am running 64 bit OS -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1857194 Title: no wine32 package available in lubuntu 20.04 daily image To manage notifications about this bug

[Bug 1857194] Re: no wine32 package available in lubuntu 20.04 daily image

2019-12-23 Thread menporul.prabhu
Well. running the command outputs this $ dpkg --add-architecture i386 $ dpkg: error: unable to create new file '/var/lib/dpkg/arch-new': Permission denied Then running the same command prefixing sudo $ sudo dpkg --add-architecture i386 $ That is... it outputs nothing. going to /var/lib/dpkg

[Bug 1857194] Re: no wine32 package available in lubuntu 20.04 daily image

2019-12-23 Thread jre
You need to add the 32-bit archi i386 first. You'll get the instructions if you run wine on a terminal. Just do a: dpkg --add-architecture i386 && apt-get update && apt install wine32 ** Changed in: ubiquity (Ubuntu) Status: New => Invalid -- You received this bug notification because

[Bug 1857194] Re: no wine32 package available in lubuntu 20.04 daily image

2019-12-22 Thread menporul.prabhu
It's ok if few had time to look into this issue. I solved it myself. Visited this URL https://launchpad.net/ubuntu/+source/wine downloaded wine32_4.0.3-1_i386.deb (194.6 KiB) package. installed it in lubuntu 20.04 daily image. Now it works! But request for lubuntu maintainers. Please let