I just upgraded my Ubuntu distribution and get the following error when trying to install RStudio:
dpkg: dependency problems prevent configuration of rstudio:
rstudio depends on libssl-dev; however:
Package libssl-dev is not installed.
rstudio depends on libclang-dev; however:
Package libclang-dev is not installed.
rstudio depends on libpq5; however:
Package libpq5 is not installed.
dpkg: error processing package rstudio (--install):
dependency problems - leaving unconfigured
I saw this topic:
and tried using the latest daily build, but get dependency issues with that as well (and my attempts to manually fix the dependencies failed). Has anyone else experienced this issue recently and found a solution?
Thanks for any help!