如何在 Ubuntu 20.04 LTS 上安装 Wine?

TAN*_*HAN 5 windows wine command-line ubuntu software-update

我在 Ubuntu 的软件中心找不到 Wine。如何在 Ubuntu 20.04(64 位)上安装 Wine?

Ram*_*und 3

如何在 Ubuntu 20.04(64 位)上安装 Wine?

您需要运行以下命令:

  1. sudo dpkg --add-architecture i386

  2. wget -O - https://dl.winehq.org/wine-builds/winehq.key | sudo apt-key add -

  3. sudo add-apt-repository 'deb https://dl.winehq.org/wine-builds/ubuntu/ focal main'

  4. sudo apt update

  5. sudo apt install --install-recommends winehq-stable

来源:安装 WineHQ 软件包