GNU/Linux >> Linux Esercitazione >  >> Ubuntu

Come installare Wine su Ubuntu Linux 64bit

La seguente procedura di comando linux può essere utilizzata per installare Wine il livello di compatibilità di Microsoft Windows (emulatore binario e libreria) su Ubuntu Linux amd64. Se stai utilizzando un sistema Ubuntu Linux a 64 bit per installare Wine, l'architettura i386 deve prima essere abilitata. In caso contrario, qualsiasi tentativo di installazione di Wine risulterà in:

Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 wine : Depends: wine1.6 but it is not going to be installed
E: Unable to correct problems, you have held broken packages.

Usa i seguenti comandi Linux per installare Wine sul tuo sistema Ubuntu Linux a 64 bit. Innanzitutto, abilita l'architettura i386:

# dpkg --add-architecture i386

Aggiorna repository:

# apt-get update

A questo punto procedi come per la normale installazione di Wine:

# apt-get install wine

Un'altra alternativa è installare Wine tramite il repository PPA di Ubuntu Wine Team dove l'ultima versione attuale di questo scritto è 1.7. Tieni presente che devi ancora abilitare il repository i386 come mostrato sopra:

# add-apt-repository ppa:ubuntu-wine/ppa
apt-get update
apt-get install wine1.7

Ubuntu
  1. Come installare Wine su Ubuntu

  2. Come installare Java su Ubuntu Linux

  3. Come installare usb-creator su Ubuntu Linux

  4. Come installare Wine 6.3 in Ubuntu 18.04 / 20.04 / 20.10

  5. Come installare Wine su Linux

Come installare Wine su Ubuntu 20.04 LTS

Come installare il kernel Linux 5.15 su Ubuntu 20.04

Come installare SimpleNote su Ubuntu Linux

Come installare Gambas su Ubuntu Linux

Come installare Wine 6.0 su Ubuntu 20.04

Come installare Wine 6.0 in Ubuntu