WINE installieren (Debian): Unterschied zwischen den Versionen
Aus MattWiki
Matt (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
Matt (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
||
Zeile 8: | Zeile 8: | ||
Installation Hilfspaket | Installation Hilfspaket | ||
apt-get install wine | # apt-get install wine | ||
wine | # wine | ||
Der Aufruf gibt folgendes aus: | Der Aufruf gibt folgendes aus: | ||
Zeile 31: | Zeile 31: | ||
Installation 32-Bit Architekturpakete | Installation 32-Bit Architekturpakete | ||
dpkg --add-architecture i386 | # dpkg --add-architecture i386 | ||
apt-get update | # apt-get update | ||
Nun steht das Paket wine:i386 zur Verfügung: | |||
# aptitude search ^wine | |||
i wine - Implementierung der Windows-API (Standardsuite) | |||
p wine-doc - Windows API implementation - documentation | |||
i A wine64-bin - Windows API implementation - binary loader | |||
p winetricks - package manager for WINE to install software easily | |||
Nun Wine installieren: | |||
# apt-get install wine:i386 | |||
Version prüfen: | |||
# wine --version | |||
wine-1.4.1 |
Version vom 25. Februar 2014, 21:38 Uhr
Anleitung, um die WINE auf einem Linux-Betriebssystem zu installieren.
Variante 1
- Debian Wheezy 7.4 amd64 (64-Bit)
- WINE 1.4.1 stable i386 (32-Bit)
Vorgehen
Installation Hilfspaket
# apt-get install wine # wine
Der Aufruf gibt folgendes aus:
This is the wine64-bin helper package, which does not provide wine itself, but instead exists solely to provide the following information about enabling multiarch on your system in order to be able to install and run the 32-bit wine packages. The following commands should be issued as root or via sudo in order to enable multiarch (the last command installs 32-bit wine): # dpkg --add-architecture i386 # apt-get update # apt-get install wine-bin:i386 Be very careful as spaces matter above. Note that this package (wine64-bin) will be removed in the process. For more information on the multiarch conversion, see: http://wiki.debian.org/Multiarch/HOWTO
Installation 32-Bit Architekturpakete
# dpkg --add-architecture i386 # apt-get update
Nun steht das Paket wine:i386 zur Verfügung:
# aptitude search ^wine i wine - Implementierung der Windows-API (Standardsuite) p wine-doc - Windows API implementation - documentation i A wine64-bin - Windows API implementation - binary loader p winetricks - package manager for WINE to install software easily
Nun Wine installieren:
# apt-get install wine:i386
Version prüfen:
# wine --version wine-1.4.1