(solved) wine32

Started by dacorsa, 2017/10/16, 12:05:00

Previous topic - Next topic

dacorsa

Hi guys,


how can i install wine32 on the last siduction 2017 64bit??

i must start a exe 32bit and ask me to install win32...

thanks

towo

Quotehow can i install wine32 on the last siduction 2017 64bit??
At the moment you can't.

Multiarch is a pain in unstable.
Ich gehe nicht zum Karneval, ich verleihe nur manchmal mein Gesicht.

dacorsa

ahhhh very sad!!


:(

piper

#3
This works

dpkg --add-architecture i386

apt install apt-transport-https

wget https://dl.winehq.org/wine-builds/Release.key

apt-key add Release.key

echo deb https://dl.winehq.org/wine-builds/debian/ sid main | sudo tee -a /etc/apt/sources.list


root@x1:/home/piper# apt update; apt install --install-recommends winehq-staging


Complete install - http://paste.debian.net/992106/

Simulation install - http://paste.debian.net/992107/
I have a Lucky Rabbit:    "Svoot" ..... (It's Swedish)

I am MAGA

dacorsa

Thanks but i don't know what problem i have...

dacorsa@NanoSID:~$ sudo apt install --install-recommends winehq-staging
[sudo] password di dacorsa:
Lettura elenco dei pacchetti... Fatto
Generazione albero delle dipendenze
Lettura informazioni sullo stato... Fatto
Alcuni pacchetti non possono essere installati. Questo può voler dire
che è stata richiesta una situazione impossibile oppure, se si sta
usando una distribuzione in sviluppo, che alcuni pacchetti richiesti
non sono ancora stati creati o sono stati rimossi da Incoming.
Le seguenti informazioni possono aiutare a risolvere la situazione:

I seguenti pacchetti hanno dipendenze non soddisfatte:
winehq-staging : Dipende: wine-staging (= 2.19.0~sid)
E: Impossibile correggere i problemi, ci sono pacchetti danneggiati bloccati.
dacorsa@NanoSID:~$

samoht

#5
@dacorsa,

for English localized output, please put LANG=C in front of your commands, like # LANG=C apt install --install-recommends winehq-staging

By the way, sudo is used in *buntu but not in siduction.

Greetings,
Tom

piper

apt-transport-https will be dropped as of today in sid, I will test this on another machine today after work to see if this still works.

https://tracker.debian.org/news/880874

dacorsa, you will probably have to remove any versions of wine you tried to install earlier

apt purge '^(lib)?wine.*'

Clean up some remnants

rm -f ~/.local/share/mime/packages/x-wine*
rm -f ~/.local/share/applications/wine-extension*
rm -f ~/.local/share/icons/hicolor/*/*/application-x-wine-extension*
rm -f ~/.local/share/mime/application/x-wine-extension*
rm -f ~/.config/menus/applications-merged/wine*
rm -rf ~/.local/share/applications/wine
rm -f ~/.local/share/desktop-directories/wine*
rm -f ~/.local/share/icons/????_*.{xpm,png}
rm -f ~/.local/share/icons/*-x-wine-*.{xpm,png}



apt update
apt clean
apt autoremove

I have a Lucky Rabbit:    "Svoot" ..... (It's Swedish)

I am MAGA

dacorsa

thanks Friends,

i have found a solution in this forum:

sudo apt install --install-recommends libasound2-plugins:i386
sudo apt install --install-recommends winehq-staging

THANKS

dacorsa

Thanks Piper, now wine works well!!!

awesome!!!