加载 rstudio 时出错

加载 rstudio 时出错
Error: error while loading shared libraries: libssl.so.1.0.0: cannot open shared object file: No such file or directory

尝试过:

$ sudo apt-get install libssl1.0.0 libssl-dev
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Package libssl1.0.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 'libssl1.0.0' has no installation candidate

基本信息:

Linux MacBookPro-NJ 5.4.0-42-generic #46-Ubuntu x86_64 x86_64 x86_64 GNU/Linux
RStudio version 1.3.1056

启动文件:/usr/lib/rstudio/bin/rstudio %F

答案1

您必须下载 RStudioUbuntu 18 / Debian 10

https://rstudio.com/products/rstudio/download/#download

并使用安装

sudo apt-get install ./rstudio-1.3.1056-amd64.deb

自动满足依赖关系。

相关内容