如何安装软件包没有安装候选项

如何安装软件包没有安装候选项

我的总体目标是安装 rstudio。我已经安装了 r-base 和 r-base-dev。我目前正在使用 Ubuntu 16.10 Yakkety

当我尝试使用:

sudo dpkg -i rstudio-1.0.44-amd64.deb  b

我收到错误:

You might want to run 'apt-get -f install' to correct these.

 The following packages have unmet dependencies:
     rstudio : Depends: libgstreamer0.10-0 but it is not installable
               Depends: libgstreamer-plugins-base0.10-0 but it is not installable

尝试sudo apt-get install -f不安装软件包。

尝试直接安装软件包会返回此错误:

 Package libgstreamer0.10-0 is not available, but is referred to by another package.
 This may mean that the package is missing, has been obsoleted, or
 is only available from another source

 E: Package 'libgstreamer0.10-0' has no installation candidate

当我尝试在 Google 上搜索这个包时,我发现了许多这样的结果: https://launchpad.net/ubuntu/yakkety/amd64/libgstreamer-plugins-base0.10-0 https://launchpad.net/ubuntu/yakkety/amd64/libgstreamer0.10-0

这些链接显示该文件的当前状态为“已删除”。

我的问题是,遇到这种情况我该怎么办?我应该报告此错误吗?下载旧版本的软件包?

答案1

我能够下载 Xenial 的旧版本软件包。它们似乎运行良好。这是我第二次在 Yakkety 中使用这种解决方法,但不确定它是否正常且可接受。

http://packages.ubuntu.com/xenial/amd64/libgstreamer-plugins-base0.10-0
http://packages.ubuntu.com/xenial/libgstreamer0.10-0

相关内容