有同样的问题吗?我正在尝试安装Rstudio,所以下载了当前版本,得到了以下内容:
值得一提的是,我下载了几个以前版本的Rstudio,因此我将其重命名为rstudio-new。
kevin@kevin:~/Descargas$ sudo gdebi rstudio-new.deb
Reading package lists... Done
Building dependency tree... Done
Reading status information... Done
Reading status information... Done
Cannot install this package
The dependency is unsuccessful: libssl1.0.0|libssl1.0.2|libssl1.1我已经尝试过sudo apt更新和sudo apt get-install (libssl版本),也尝试过安装以前的版本,但我在任何方面都没有成功:(我的个人电脑信息是:

我也尝试过其他一些东西,例如下载了几个版本的libssl,但我也没有成功:
sudo gdebi libssl1.0.0-dbg_1.0.1f-1ubuntu2.27_amd64.deb
Reading package lists... Done
Building dependency tree... Done
Reading status information... Done
Reading status information... Done
Cannot install this package
Dependency is unsuccessful: libssl1.0.0 (= 1.0.1f-1ubuntu2.27)
sudo apt-get install libssl-dev
Reading package list... Done
Creating dependency tree... Done
Reading status information... Done
libssl-dev is already in its most recent version (3.0.2-0ubuntu1.7).
0 updated, 0 new to install, 0 to remove and 0 not updated.有没有人偶然知道是什么导致了这一切?应该指出,我(很久以前)已经拥有了R和Rstudio,但是我不得不卸载它们,因为我没有使用它们,但现在我确实需要它们。
发布于 2022-11-23 01:12:34
这里也有同样的问题。我已经解决了安装下一个版本的每日发布的问题。
https://stackoverflow.com/questions/74537047
复制相似问题