dependencies - How to Install Packages has no installation candidate - Ask Ubuntu
my overall goal install rstudio. have installed r-base , r-base-dev. using ubuntu 16.10 yakkety
when try use:
sudo dpkg -i rstudio-1.0.44-amd64.deb b
i error:
you might want run 'apt-get -f install' correct these. following packages have unmet dependencies: rstudio : depends: libgstreamer0.10-0 not installable depends: libgstreamer-plugins-base0.10-0 not installable
trying sudo apt-get install -f
not install packages.
trying directly install packages returns error:
package libgstreamer0.10-0 not available, referred package. may mean package missing, has been obsoleted, or available source e: package 'libgstreamer0.10-0' has no installation candidate
when try searching google package, find number of results this: https://launchpad.net/ubuntu/yakkety/amd64/libgstreamer-plugins-base0.10-0 https://launchpad.net/ubuntu/yakkety/amd64/libgstreamer0.10-0
these links show current status of file "deleted."
my question is, should when encounter situation? should report bug? download older version of package?
i able download older versions of packages xenial. appear work fine. second time have used workaround in yakkety, not sure if normal , acceptable or not.
http://packages.ubuntu.com/xenial/amd64/libgstreamer-plugins-base0.10-0 http://packages.ubuntu.com/xenial/libgstreamer0.10-0
Comments
Post a Comment