在 64 位上安装 Wine

use*_*241 7 apt

我尝试通过软件中心和终端安装 wine,但出现此错误。

chris@ubuntu:~$ sudo apt-get install wine1.5
[sudo] password for chris: 
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 wine1.5 : Depends: wine1.5-i386 (= 1.5.16-0ubuntu1) but it is not installable
           Recommends: gnome-exe-thumbnailer but it is not going to be installed or
                       kde-runtime but it is not going to be installed
           Recommends: ttf-droid
           Recommends: ttf-mscorefonts-installer but it is not going to be installed
           Recommends: ttf-umefont but it is not going to be installed
           Recommends: ttf-unfonts-core but it is not going to be installed
           Recommends: winbind but it is not going to be installed
           Recommends: winetricks but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
Run Code Online (Sandbox Code Playgroud)

小智 5

在浏览了互联网和论坛页面后,我发现以下内容对我有用:-

通过终端一次给出以下代码

sudo dpkg --add-architecture i386

sudo apt-get update

sudo apt-get install wine

下载量约为 500 MB,但已经成功!

我正在运行 Linux Mint 14 Mate 64 位。