You are not logged in.
Pages: 1
Is it possible to add missing dll without reinstallation of entire system?
see attachement
regards
Offline
At a rough guess, you're trying to run an application in WINE.
It is possible that you have not installed wine32
So you need to:-
sudo dpkg --add-architecture i386
sudo apt update
sudo apt install wine32
The try running the application again.
I could be completely wrong - but who knows what you're trying to do as you haven't bothered to say.
Offline
Try running the program using sudo.
Offline
"I do not recommend the "sudo" solution as it looks like an unsafe workaround for me.
Installing or playing games with wine/proton should usually not require admin privileges. Please remember that also games can be exploited to gain root level access to your computer."
Source here: https://forum.winehq.org/viewtopic.php? … 5b#p135985
@nightflier, please read the source topic more carefully and until the end, before giving an advice here.
Before asking for help please read this topic: https://www.q4os.org/forum/viewtopic.php?id=3502 If you have problems with WiFi network, try to install the Network Manager using Q4OS Software Centre.
Offline
@nightflier, please read the source topic more carefully and until the end, before giving an advice here.
Will do.
Offline
Pages: 1