Chrome OS 和 Ubuntu

Chrome OS 和 Ubuntu

几周前我开始使用 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 OS 正在对其进行故障排除(即使它是双启动,也应该在自己的分区上)。而且 Wine 无法安装。

论坛对该错误有一些答案,但我才刚刚开始使用 Ubuntu,所以如果您能帮助我就太好了。

那么如何修复它?Chrome OS 是问题所在吗?它没有正确安装吗?

昨晚我安装了 3 次,并且已经修复了更新问题。(在软件中心的设置中有两个相同的更新链接,我刚刚删除了一个),但 Wine 仍然无法正常工作

正如安德鲁提到的,我相信 Wine 需要 32 位版本,但我有 HP 14 Chromebook,它绝对是 64 位的,而且我安装了 64 位 Ubuntu 14.04 lts!

错误说:

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.

Wine 安装问题

似乎有一个解决方案,但我不想在我的 64 位上安装 32 位?这不是一种“降级”吗?这不会导致更多问题吗?

答案1

至于 Wine,大多数 Chromebook 使用 ARM 架构,因此 32 位或 64 位的程序将无法运行。(请提供您的 Chromebook 的架构,以便我为您提供帮助。)

至于更新,请打开终端并输入sudo apt-get update(您发布的输出底部的代码)。这应该可以解决问题。

至于 ChromeOS,除非您在 ChromeOS 上进行 Ubuntu 覆盖,否则 Ubuntu 中不会出现任何与 ChromeOS 相关的问题。

相关内容