Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

Wine won't install properly due to broken packages??

If none of the specific sub-forums seem right for your thread, ask here.
Post Reply
Message
Author
singforme
Posts: 2
Joined: 2018-01-22 12:35

Wine won't install properly due to broken packages??

#1 Post by singforme »

Hi, I'm on Debian Stretch 64Bit
I want to install wine-development and it seems to install but it can't be executed. When I try I get this output:

Code: Select all

benjamin@microlab:~$ wine
it looks like wine32-development is missing, you should install it.
as root, please execute "apt-get install wine32-development"
Usage: wine PROGRAM [ARGUMENTS...]   Run the specified program
       wine --help                   Display this help and exit
       wine --version                Output version information and exit
benjamin@microlab:~$
If I try to install wine32-development, I get another error:

Code: Select all

Die folgenden Pakete haben unerfüllte Abhängigkeiten:
 wine32-development:i386 : Hängt ab von: libwine-development:i386 (= 2.0-3+b2) soll aber nicht installiert werden
E: Probleme können nicht korrigiert werden, Sie haben zurückgehaltene defekte Pakete.

(google translator says: The following packages have unmet dependencies:
 wine32-development: i386: Depends on: libwine-development: i386 (= 2.0-3 + b2) but should not be installed
E: Problems can not be corrected, you have retained defective packages.
Does anyone know how to solve this situation?
Thanks for any insights!

User avatar
None1975
df -h | participant
df -h | participant
Posts: 1410
Joined: 2015-11-29 18:23
Location: Russia, Kaliningrad
Has thanked: 46 times
Been thanked: 70 times

Re: Wine won't install properly due to broken packages??

#2 Post by None1975 »

Do you enable Multiarch?
OS: Debian 12.4 Bookworm / DE: Enlightenment
Debian Wiki | DontBreakDebian, My config files on github

singforme
Posts: 2
Joined: 2018-01-22 12:35

Re: Wine won't install properly due to broken packages??

#3 Post by singforme »

Yeah, i've added i386

User avatar
Head_on_a_Stick
Posts: 14114
Joined: 2014-06-01 17:46
Location: London, England
Has thanked: 81 times
Been thanked: 133 times

Re: Wine won't install properly due to broken packages??

#4 Post by Head_on_a_Stick »

Can we see

Code: Select all

LC_ALL=C apt-cache policy
LC_ALL=C aptitude why-not libwine-development
deadbang

Post Reply