相关疑难解决方法(0)

在 64 位 Ubuntu 13.04 上安装 Skype

这是我尝试过的:

$ sudo apt-get install skype
[sudo] password for umpirsky: 
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:
 skype : Depends: skype-bin
E: …
Run Code Online (Sandbox Code Playgroud)

apt skype software-installation

17
推荐指数
4
解决办法
5万
查看次数

尝试安装 r-base 时未满足的依赖项

我在从终端安装应用程序时遇到问题。这些是此问题的示例:

Ratanak@ratanak-walker:~$ sudo apt-get install httrack
阅读包裹清单...完成
构建依赖树       
读取状态信息...完成
您可能需要运行 'apt --fix-broken install' 来纠正这些问题。
以下软件包具有未满足的依赖项:
 httrack : 取决于: libhttrack2 (>= 3.48.24) 但它不会被安装
 rstudio : 取决于: libjpeg62 但它不会被安装
           取决于:libgstreamer0.10-0 但它不可安装
           取决于:libgstreamer-plugins-base0.10-0 但它不可安装
           推荐:r-base (>= 2.11.1) 但它不会被安装
E:未满足的依赖项。尝试不带软件包的“apt --fix-broken install”(或指定解决方案)。

Ratanak@ratanak-walker:~$ sudo apt-get install r-base
阅读包裹清单...完成
构建依赖树       
读取状态信息...完成
您可能需要运行 'apt --fix-broken install' 来纠正这些问题。
以下软件包具有未满足的依赖项:
 r-base : 取决于: r-base-core (>= 3.4.0-1xenial0) 但它不会被安装
          取决于:r-recommended (= 3.4.0-1xenial0) 但它不会被安装
          推荐:r-base-html 但它不会被安装
          推荐: r-doc-html 但它不会被安装
 rstudio : 取决于: libjpeg62 但它不会被安装
           取决于:libgstreamer0.10-0 但它不可安装
           取决于:libgstreamer-plugins-base0.10-0 但它不可安装
E:未满足的依赖项。尝试不带软件包的“apt --fix-broken install”(或指定解决方案)。 …

package-management dependencies r software-installation

16
推荐指数
2
解决办法
9万
查看次数