Welcome, Guest. Please login or register.
Did you miss your activation email?

Author Topic: [EN] (solved) wine32  (Read 2866 times)

dacorsa

  • Guest
[EN] (solved) wine32
« on: 2017/10/16, 12:05:00 »
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
« Last Edit: 2017/10/23, 21:00:42 by piper »

Offline towo

  • Administrator
  • User
  • *****
  • Posts: 2.920
Re: wine32
« Reply #1 on: 2017/10/16, 12:08:28 »
Quote
how 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

  • Guest
Re: wine32
« Reply #2 on: 2017/10/16, 20:19:06 »
ahhhh very sad!!


:(

Offline piper

  • User
  • Posts: 1.785
  • we are the priests ... of the temples of syrinx
Re: wine32
« Reply #3 on: 2017/10/22, 16:11:52 »
This works

Code: [Select]
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

Code: [Select]
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/
« Last Edit: 2017/10/22, 18:37:02 by piper »
Free speech isn't just fucking saying what you want to say, it's also hearing what you don't want to fucking hear

I either give too many fucks or no fucks at all, it's like I cannot find a middle ground for a moderate fuck distribution, it's like what the fuck

dacorsa

  • Guest
Re: wine32
« Reply #4 on: 2017/10/22, 20:39:51 »
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:~$

Offline samoht

  • User
  • Posts: 478
Re: wine32
« Reply #5 on: 2017/10/23, 00:15:05 »
@dacorsa,

for English localized output, please put
Code: [Select]
LANG=C in front of your commands, like
Code: [Select]
# LANG=C apt install --install-recommends winehq-staging
By the way, sudo is used in *buntu but not in siduction.

Greetings,
Tom
« Last Edit: 2017/10/23, 00:22:36 by samoht »

Offline piper

  • User
  • Posts: 1.785
  • we are the priests ... of the temples of syrinx
Re: wine32
« Reply #6 on: 2017/10/23, 05:46:24 »
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

Code: [Select]
apt purge '^(lib)?wine.*'
Clean up some remnants

Code: [Select]
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}

Code: [Select]
apt update
apt clean
apt autoremove

Free speech isn't just fucking saying what you want to say, it's also hearing what you don't want to fucking hear

I either give too many fucks or no fucks at all, it's like I cannot find a middle ground for a moderate fuck distribution, it's like what the fuck

dacorsa

  • Guest
Re: wine32
« Reply #7 on: 2017/10/23, 10:53:07 »
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

  • Guest
Re: wine32
« Reply #8 on: 2017/10/23, 13:17:04 »
Thanks Piper, now wine works well!!!

awesome!!!