Wine 是一套可該 Windows 軟體在 Unix like 環境下執行的工具, 以下是在 Ubuntu 及 Mint 安裝 Wine 的步驟:
先啟用 Wine Repository:
$ sudo add-apt-repository ppa:wine/wine-builds
$ sudo apt-get update
$ sudo apt-get update
安裝 Wine
$ sudo apt-get install –install-recommends wine-staging
$ sudo apt-get install winehq-staging
$ sudo apt-get install winehq-staging
然後就可以透過 Wine 執行 Windows 程式, 例如執行 putty.exe, 語法是這樣:
$ wine putty.exe
sudo apt-get install –install-recommends wine-staging 錯了
bash
sudo apt-get install --install-recommends wine-staging
可能是語法矯正掉了