Gogo Sempai to [email protected] • 2 years agoWell that didn't go as expected...programming.devimagemessage-square187fedilinkarrow-up12.03K
arrow-up12.03KimageWell that didn't go as expected...programming.devGogo Sempai to [email protected] • 2 years agomessage-square187fedilink
For those who are wondering, yes, Wine is malware compatible so be careful about the EXEs you run! https://wiki.winehq.org/FAQ#Is_Wine_malware-compatible.3F
minus-squareHovenkolinkfedilink17•edit-22 years agoI install all wine related stuff inside podman container usin a nice thing called toolbox. That way your system is not polluted with all those libraries and bimboze stuff runs nicely inside a box. Not bulletproof but better than nothing
minus-squareGNU Dudelinkfedilink3•2 years agoCould you please provide a link for the toolbox utility? I’m having trouble finding it. Thank you :)
minus-squarezbeckerlinkfedilink5•2 years ago@hackris @Hovenko a lot of people use bottles. The official package is on flatpak.
minus-square@[email protected]linkfedilink6•2 years agoHere’s the git repo https://github.com/containers/toolbox A similar program named distrobox is also popular, as it has certain features (exports) and more images: https://github.com/89luca89/distrobox
I install all wine related stuff inside podman container usin a nice thing called toolbox. That way your system is not polluted with all those libraries and bimboze stuff runs nicely inside a box. Not bulletproof but better than nothing
Could you please provide a link for the toolbox utility? I’m having trouble finding it. Thank you :)
@hackris @Hovenko a lot of people use bottles. The official package is on flatpak.
Here’s the git repo https://github.com/containers/toolbox
A similar program named distrobox is also popular, as it has certain features (exports) and more images: https://github.com/89luca89/distrobox
Oh cool. I wasnt aware of distrobox.