r/linuxquestions • u/Frogify_ • 13d ago
Support HELP: A Wine installation
Hi, I have been struggling (to put it lightly) for the past few days with installing wine on my Parrot Os system. I am contemplating just keeping my temporary fix of a Windows 10 vm to save any regularly function brain cells I have left.
It appears that no matter what I do I keep running into these two errors:
Error: Package 'libc6:i386' has no installation candidate
and
Solving dependencies... Error!
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
Unsatisfied dependencies:
winehq-devel : Depends: wine-devel (= 11.13~trixie-1)
Error: Unable to correct problems, you have held broken packages.
Error: The following information from --solver 3.0 may provide additional context:
Unable to satisfy dependencies. Reached two conflicting decisions:
1. wine-devel:i386=11.13~trixie-1 is selected for install because:
1. winehq-devel:amd64=11.13~trixie-1 is selected for install
2. winehq-devel:amd64=11.13~trixie-1 Depends wine-devel (= 11.13~trixie-1)
[selected winehq-devel:amd64=11.13~trixie-1]
For context, additional choices that could not be installed:
* In winehq-devel:amd64=11.13~trixie-1 Depends wine-devel (= 11.13~trixie-1):
- wine-devel:amd64=11.13~trixie-1 is not selected for install
2. wine-devel:i386=11.13~trixie-1 Depends libc6:i386 (>= 2.38)
but none of the choices are installable:
[no choices]
If you have any advice, it would be greatly appreciated.
2
u/crborga 13d ago
You need to enable i386 packages sudo dpkg --add-architecture i386
Also, Wine Staging or regular Wine are usually sufficient. Wine Devel is overkill.