从官方站点安装 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 按预期运行?
简单的解决方法:
rstudio-1.2.5033-amd64.deb
为Ubuntu 16下载。这在我的系统上开箱即用,RStudio 按预期启动。