I'm trying to install rstudio-server-2024.12.0-467-amd64.deb on an Ubuntu 22.04 VM.
I had been running rstudio-server-2024.04.2-764-amd64.deb and wanted to upgrade because there were problems installing packages.
Both times I was using gdebi.
It appears to be similar to https://forum.posit.co/t/dependency-error-when-installing-rstudio-on-ubuntu-22-04-with-libssl/135397
Here is the error message:
sudo gdebi rstudio-server-2024.12.0-467-amd64.deb
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Reading state information... Done
This package is uninstallable
Dependency is not satisfiable: libssl1.0.0|libssl1.0.2|libssl1.1
Using a more recent daily fixed the SSL problem.
However, even then I have the problem with not being able to install packages:
Warning in install.packages :
unable to access index for repository http://cran.rstudio.com/src/contrib:
internet routines cannot be loaded
That last error is a result of proxy issue, or that repo path is incorrect.
Can you double check the repo you are trying to reach? Test R core cloud repo.