如何修复在 Ubuntu 18 上安装后 RStudio 的 SSL 错误?

如何修复在 Ubuntu 18 上安装后 RStudio 的 SSL 错误?

从官方网站安装 RStudio (rstudio-1.2.5033-amd64.deb) 后,它无法启动。弹出此错误:

rstudio: error while loading shared libraries: libssl.so.1.0.2: cannot open shared object file: No such file or directory

我尝试运行sudo apt install libssl-dev,但也没有帮助,因为需要 1.0.2 版本。

如何让 RStudio 按预期运行?

答案1

简单的解决方法:rstudio-1.2.5033-amd64.deb下载Ubuntu 16。这在我的系统上开箱即用,并且 RStudio 可以按预期启动。

相关内容