我无法安装最新的 Wine(1.7.8)

我无法安装最新的 Wine(1.7.8)

请帮我在 Ubuntu 12.04 上安装 WIne 1.7.8。我添加了 ppa,进行了更新,但它安装的是 1.7.11 而不是 1.7.8...

答案1

要安装旧版本,您必须从其他来源下载。大多数人忘记的是,从 WineHQ PPA 开始,旧版本已从存储库中删除。

尝试以下步骤:

sudo apt-get install flex bison qt3-dev-tools qt4-qmake
wget http://prdownloads.sourceforge.net/wine/wine-1.7.8.tar.bz2
tar-xjvf wine-1.7. *
cd wine-1.7. *

32bit architecture perform the following command:

    . / Configure
    cd tools;. / wineinstall 

>> 64bit architecture perform the following command:

    . / Configure - enable-win64
    cd tools;. / wineinstall 

答案2

Winehq 1.7.8在 Ubuntu 12.04 中通过 PPA安装

打开终端(++ Ctrl)并在终端中复制以下命令:AltT

sudo add-apt-repository ppa:ubuntu-wine/ppa
sudo apt-get update
sudo apt-get install wine1.7 winetricks

相关内容