2017年3月15日 星期三

在LMDE2安裝wine2.0

LMDE2預設程式庫的wine1.6.1-9版基本上是無法啟用的,只好手動自行安裝。
本文參考wine官方網站資料 https://wiki.winehq.org/Debian
  1. 先讓32bit的套件包可以使用
    • sudo dpkg --add-architecture i386
  2. 匯入金鑰
    • wget https://dl.winehq.org/wine-builds/Release.key
    • sudo apt-key add Release.key
  3. 加入額外軟體來源
    • deb https://dl.winehq.org/wine-builds/debian/ jessie main (LMDE2的PACKAGE BASE為Debian Jessie)
    • deb http://ftp.de.debian.org/debian/ oldstable main
  4. 更新快取
    • sudo apt-get update
  5. 安裝wine發展分支套件
    • sudo apt-get install --install-recommends winehq-devel