WINE installieren (Debian): Unterschied zwischen den Versionen

Aus MattWiki
(Die Seite wurde neu angelegt: „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) …“)
 
Keine Bearbeitungszusammenfassung
Zeile 13: Zeile 13:
Der Aufruf gibt folgendes aus:
Der Aufruf gibt folgendes aus:


<nowiki>This is the wine64-bin helper package, which does not provide wine itself,
<nowiki>This is the wine64-bin helper package, which does not provide wine itself,
but instead exists solely to provide the following information about
but instead exists solely to provide the following information about
enabling multiarch on your system in order to be able to install and run
enabling multiarch on your system in order to be able to install and run

Version vom 25. Februar 2014, 22:34 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