Ell*_*lly 12 xubuntu apt ppa wine
因此,在昨天安装了 Xubuntu 之后,我尝试使用 ppa:ubuntu-wine/ppa 安装 Wine 1.7。但是,在执行之后sudo apt-get install wine1.7,它不断给我这个错误:
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.7 : Depends: wine1.7-amd64 (= 1:1.7.44-0ubuntu1) but it is not going to be installed
Depends: wine1.7-i386 (= 1:1.7.44-0ubuntu1)
E: Unable to correct problems, you have held broken packages.
Run Code Online (Sandbox Code Playgroud)
我尝试了几种我在网上找到的解决方案,例如自动删除、添加 i386 架构、清理我的包和修复我的 apt-get 安装。然而,在尝试了我能找到的所有解决方案后,wine1.7 仍然没有安装。我不确定这是我电脑的错还是 ppa 的错,但如果其他人可以分享他们的发现那就太好了。
谢谢,艾莉
根据要求,这是输出apt-cache policy wine1.7 wine1.7-amd64 wine1.7-i386:
wine1.7:
Installed: (none)
Candidate: 1:1.7.44-0ubuntu1
Version table:
1:1.7.44-0ubuntu1 0
500 http://ppa.launchpad.net/ubuntu-wine/ppa/ubuntu/ wily/main amd64 Packages
wine1.7-amd64:
Installed: (none)
Candidate: 1:1.7.44-0ubuntu1
Version table:
1:1.7.44-0ubuntu1 0
500 http://ppa.launchpad.net/ubuntu-wine/ppa/ubuntu/ wily/main amd64 Packages
wine1.7-i386:i386:
Installed: (none)
Candidate: 1:1.7.44-0ubuntu1
Version table:
1:1.7.44-0ubuntu1 0
500 http://ppa.launchpad.net/ubuntu-wine/ppa/ubuntu/ wily/main i386 Packages
Run Code Online (Sandbox Code Playgroud)
和输出sudo apt-get install wine1.7-amd64 wine1.7-i386:
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.7-amd64 : Depends: libgphoto2-port10 (>= 2.5.2) but it is not installable
Recommends: libgnutls26 but it is not installable
Recommends: wine-gecko2.34 but it is not installable
Recommends: wine-mono4.5.4 but it is not installable
wine1.7-i386:i386 : Depends: libgphoto2-port10:i386 (>= 2.5.2) but it is not installable
Recommends: libgnutls26:i386 but it is not installable
Recommends: libpcap0.8:i386 but it is not going to be installed
Recommends: wine-gecko2.34:i386 but it is not installable
Recommends: wine-mono4.5.4:i386 but it is not installable
E: Unable to correct problems, you have held broken packages.
Run Code Online (Sandbox Code Playgroud)
小智 10
它失败的依赖项是libgphoto2-port10,这不是 Wily。您可以尝试从 Trusty 手动安装 DEB 文件:
http://packages.ubuntu.com/trusty/libgphoto2-port10
所需的软件包目前不适用于 Wily。检查此过滤页面。
等待几天,Wily 软件包可能会可用。同时,安装 Vivid 软件包:
wget http://mirrors.kernel.org/ubuntu/pool/main/libg/libgphoto2/libgphoto2-port10_2.5.4-1.1ubuntu1_i386.deb
wget http://mirrors.kernel.org/ubuntu/pool/main/libg/libgphoto2/libgphoto2-port10_2.5.4-1.1ubuntu1_amd64.deb
sudo dpkg -i libgphoto2-port10*.deb
sudo apt-get install -f
sudo apt-get install wine1.7
Run Code Online (Sandbox Code Playgroud)
| 归档时间: |
|
| 查看次数: |
11097 次 |
| 最近记录: |