几周前我开始使用Ubuntu,所以我决定在我的Chromebook上安装它。感觉太好了,但是当我试图更新Ubuntu时,我遇到了这个错误:
W: Duplicate sources.list entry http://dl.google.com/linux/chrome/deb/ stable/main amd64 Packages (/var/lib/apt/lists/dl.google.com_linux_chrome_deb_dists_stable_main_binary-amd64_Packages)
W: You may want to run apt-get update to correct these problems
问题是我根本没有在Ubuntu中安装Chrome,我有一种不好的感觉,Chrome正在对它进行故障排除(即使它处于双重引导状态,并且应该在它自己的分区上)。此外,葡萄酒不能安装。
论坛有一些错误的答案,但我刚刚从Ubuntu开始,所以如果你能帮我的话,那就太好了。
那么,如何解决这个问题呢? Chrome是问题所在吗?安装不好吗?
昨晚我安装了3次,我已经修复了更新问题。(在软件中心的设置中,有两个链接用于更新,我刚刚删除了一个),但葡萄酒仍然不起作用
正如安德鲁提到的,我相信葡萄酒想要32位版本,但我有惠普14 Chromebook,这绝对是64位,我安装了64位Ubuntu14.04LTS!
错误说:
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.6 : Depends: wine1.6-i386 (= 1:1.6.2-0ubuntu4) 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: fonts-horai-umefont but it is not going to be installed
Recommends: fonts-unfonts-core but it is not going to be installed
Recommends: ttf-wqy-microhei
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.
似乎有一个解决方案,但我不想安装32位在我的64位?这不是一种“降级”吗?这不是造成了更多的问题吗?
发布于 2014-05-23 00:51:28
至于葡萄酒,大多数Chromebook使用ARM架构,所以32位或64位的程序将无法工作。(请提供Chromebook的架构,以帮助我帮助您。)
至于更新,打开一个终端并输入sudo apt-get update
(您发布的输出底部的代码)。这应该能解决问题。
至于ChromeOS,除非您在ChromeOS上做Ubuntu覆盖,否则在Ubuntu中不应该有任何与ChromeOS相关的问题。
https://askubuntu.com/questions/470836
复制相似问题