Ubuntu 安装 Wine 执行 Windows 程式


Wine 是一套可该 Windows 软件在 Unix like 环境下执行的工具, 以下是在 Ubuntu 及 Mint 安装 Wine 的步骤:

先启用 Wine Repository:

$ sudo add-apt-repository ppa:wine/wine-builds
$ sudo apt-get update

安装 Wine

$ sudo apt-get install –install-recommends wine-staging
$ sudo apt-get install winehq-staging

然后就可以透过 Wine 执行 Windows 程式, 例如执行 putty.exe, 语法是这样:

$ wine putty.exe

One Response

  1. shihchun 19 July 2017

Leave a Reply