Ir al contenido principal

Entradas

Mostrando entradas de noviembre 8, 2023

How to Install Wine on Ubuntu 23.04

  The procedure on this page installs the latest version of Wine Stable, Wine Development, or Wine Staging. Check installed architectures Verify 64-bit architecture. The following command should respond with "amd64". $ dpkg --print-architecture See if 32-bit architecture is installed. The following command should respond with "i386". $ dpkg --print-foreign-architectures If "i386" is not displayed, execute the following. $ sudo dpkg --add-architecture i386 Recheck with. $ dpkg --print-foreign-architectures Download and add the WineHQ repository key $ sudo mkdir -pm755 /etc/apt/keyrings $ sudo wget -O /etc/apt/keyrings/winehq-archive.key https://dl.winehq.org/wine-builds/winehq.key Download the WineHQ sources file $ sudo wget -NP /etc/apt/sources.list.d/ https://dl.winehq.org/wine-builds/ubuntu/dists/lunar/winehq-lunar.sources Update the package database $ sudo apt update Install Wine The next command installs Wine Stable. To install Wine Development or Wine