You are not logged in.
Pages: 1
Using latest Q4OS, fully updated. After successfully installing Wine from the repos, I can't install an app. Says I need wine32. But wine32 isn't in the repos. How can I get this? Thanks.
Last edited by jeffneedle (2020-03-20 21:52)
Offline
The most native way would be to install Wine layer from the Q4OS software centre.
Alternatively, you need to add "i386" architecture:
$ sudo dpkg --add-architecture i386
$ sudo apt update
$ sudo apt install wine32
Offline
Bingo! Worked perfectly. Thanks!
Offline
Hey jeff, out of curiosity did you use the Q4OS software centre or the manual route? or both?
Offline
Manual route. Wine32 isn't in the default repos.
Offline
Ok, thanks.
Offline
Pages: 1