如何安装 webapps ubuntu 12.04

如何安装 webapps ubuntu 12.04

我是使用 12.04 版本的 ubuntu 新用户。我想安装 webapps。但是,我不想要 webapps 的预览版本。我想要最新版本。所有安装 webapps 的教程都提到了预览版。请在这方面帮助我。

谢谢

Update :

正如下面的评论中提到的,我尝试安装 webapps。但是出现了以下错误:

The following packages have unmet dependencies:
unity-webapps-preview : Depends: xul-ext-unity but it is not going to be installed
                     Depends: xul-ext-websites-integration but it is not going to be installed
                     Depends: xul-ext-webaccounts but it is not going to be installed
E: Unable to correct problems, you have held broken packages.

此错误发生在评论中的链接的第 3 步:

sudo apt-get install unity-webapps-preview

有人能告诉我这是什么以及如何纠正它吗?

谢谢

答案1

尝试将not going to be installed软件包添加到主安装列表中,如下所示:

sudo apt-get install unity-webapps-preview xul-ext-unity xul-ext-websites-integration xul-ext-webaccounts firefox

相关内容