I am using Ubuntu 20.04.4 LTS
:~$lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 20.04.4 LTS
Release: 20.04
Codename: focal
I tried to download the newest version of RStudio Server following these instructions:
It failed because of a missing file.
/usr/lib/rstudio-server/bin/rserver: error while loading shared libraries: libssl.so.1.0.2: cannot open shared object file: No such file or directory
I tried to get the file with: wget http://security.ubuntu.com/ubuntu/pool/main/o/openssl1.0/libssl1.0.0_1.0.2n-1ubuntu5.9_amd64.deb
and
sudo dpkg -i libssl1.0.0_1.0.2n-1ubuntu5.9_amd64.deb
Now I try to install Rstudio Server
sudo gdebi rstudio-server-2022.02.2-485-amd64.deb
Reading package lists... Done
Building dependency tree
Reading state information... Done
Error opening the cache:
E:The package rstudio-server needs to be reinstalled, but I can't find an archive for it.
I don't know what to do now. How do I get Rstudio Server running again?