Comments on: How To Install Wine 5.0 on Debian 9 (Stretch) https://tecadmin.net/install-wine-debian-9-stretch/ How to guide for System Administrator's and Developers Sat, 01 Feb 2020 08:02:47 +0000 hourly 1 https://wordpress.org/?v=6.1.1 By: Abi Amarulloh https://tecadmin.net/install-wine-debian-9-stretch/#comment-43018 Fri, 04 Oct 2019 22:31:09 +0000 https://tecadmin.net/?p=17747#comment-43018 you very helping me

]]>
By: Dj-Garfield https://tecadmin.net/install-wine-debian-9-stretch/#comment-42687 Tue, 17 Sep 2019 22:53:57 +0000 https://tecadmin.net/?p=17747#comment-42687 Every things worked well , on Debian 9.4 x64 , now all krosoft ( at least simple applications like camera surveyor , and some of apps witch does’nt have linux portage 🙂
Thx for all 🙂

]]>
By: Dj-Garfield https://tecadmin.net/install-wine-debian-9-stretch/#comment-42686 Tue, 17 Sep 2019 22:50:17 +0000 https://tecadmin.net/?p=17747#comment-42686 What is you environement ? Distro ? Did you realy update and upgrade needed package ?

]]>
By: nate https://tecadmin.net/install-wine-debian-9-stretch/#comment-42666 Mon, 16 Sep 2019 22:07:04 +0000 https://tecadmin.net/?p=17747#comment-42666 i did everything exactly and litterally nothing happened. if somewhere, there was a guide to linux that actually works, and teaches you how to build commands, or why i cant get litterally anything to work- send. it. here.

]]>
By: Lunes https://tecadmin.net/install-wine-debian-9-stretch/#comment-42662 Mon, 16 Sep 2019 20:16:29 +0000 https://tecadmin.net/?p=17747#comment-42662 sudo dpkg –add-architecture i386
root@Lunes:~# wget -qO – https://dl.winehq.org/wine-builds/winehq.key | sudo apt-key add –
OK
root@Lunes:~# sudo apt-add-repository https://dl.winehq.org/wine-builds/debian/
Traceback (most recent call last):
File “/usr/bin/apt-add-repository”, line 95, in
sp = SoftwareProperties(options=options)
File “/usr/lib/python3/dist-packages/softwareproperties/SoftwareProperties.py”, line 109, in __init__
self.reload_sourceslist()
File “/usr/lib/python3/dist-packages/softwareproperties/SoftwareProperties.py”, line 599, in reload_sourceslist
self.distro.get_sources(self.sourceslist)
File “/usr/lib/python3/dist-packages/aptsources/distro.py”, line 93, in get_sources
(self.id, self.codename))
aptsources.distro.NoDistroTemplateException: Error: could not find a distribution template for Kali/kali-rolling
root@Lunes:~# sudo apt-get update
Lendo listas de pacotes… Pronto
root@Lunes:~# sudo apt-get install –install-recommends winehq-stable
Lendo listas de pacotes… Pronto
Construindo árvore de dependências
Lendo informação de estado… Pronto
E: Impossível encontrar o pacote winehq-stable
root@Lunes:~#

Isso que aparece, pode me ajudar?

]]>
By: SFsound https://tecadmin.net/install-wine-debian-9-stretch/#comment-42026 Tue, 06 Aug 2019 11:18:46 +0000 https://tecadmin.net/?p=17747#comment-42026 64-bit Windows has a technology called “WoW64”, which lets it run 32-bit applications on a 64-bit OS (quite similar to multilib Linux installs). Due to this, Windows applications tend to not play nice when they can’t run 32-bit things.
Even when games are 64-bit (OW, Doom, etc), Steam, Battle.net, and most games (and really most applications) are still 32-bit. These need either 32-bit or multilib (32+64) Wine, and thus need 32 bit host libraries on Linux.
64-bit Wine built without 32-bit support will not be able to run ANY 32-bit applications, which most Windows binaries are. Even many 64-bit programs still include 32-bit components!

POL > Settings > Manage Wine Versions > Pick an amd64 version of Wine.
But POL itself depends on 32bit wine.

]]>
By: jerry https://tecadmin.net/install-wine-debian-9-stretch/#comment-40383 Sat, 06 Apr 2019 15:18:20 +0000 https://tecadmin.net/?p=17747#comment-40383 I have a 64-bit computer (Debian 9 Stretch) and I wanted to keep the architecture clean.
I don’t want to install applications from another architecture
I would like to compile a 64-bit wine version from sources
Is it feasible for an ordinary user who is not a computer scientist?
What packages are necessary to compile (64-bit only)?

]]>