RStudio freezes upon loading. error while loading shared libraries: libssl.so.1.0.2

Ubuntu 22.04, installing rstudio-2022.02.2-485-amd64.deb

I had some weird glitch happen that seemed to wipe out Rstudio and Joplin. I have successfully reinstalled Joplin but when I re- installed Rstudio using

sudo gdebi rstudio-2022.02.2-485-amd64.deb

the iunstallation seems successful but when I try to load the program I get

ohn@john:~$ rstudio
rstudio: error while loading shared libraries: libssl.so.1.0.2: cannot open shared object file: No such file or directory
john@john:~$ 

Just as a precaution I purge Rstudio and tried again
I tried installing
libssl1.0.0_1.0.2n-1ubuntu5.9_amd64.deb

but I am still getting the same error message.

Just as a precaution I purge Rstudio and tried again
Can anyone suggest anything

  sessionInfo()
R version 4.1.2 (2021-11-01)
Platform: x86_64-pc-linux-gnu (64-bit)
Running under: Ubuntu 22.04 LTS

Matrix products: default
BLAS:   /usr/local/lib/R/lib/libRblas.so
LAPACK: /usr/local/lib/R/lib/libRlapack.so

locale:
 [1] LC_CTYPE=en_US.UTF-8       LC_NUMERIC=C              
 [3] LC_TIME=en_CA.UTF-8        LC_COLLATE=en_US.UTF-8    
 [5] LC_MONETARY=en_CA.UTF-8    LC_MESSAGES=en_US.UTF-8   
 [7] LC_PAPER=en_CA.UTF-8       LC_NAME=C                 
 [9] LC_ADDRESS=C               LC_TELEPHONE=C            
[11] LC_MEASUREMENT=en_CA.UTF-8 LC_IDENTIFICATION=C       
  sessionInfo()
R version 4.1.2 (2021-11-01)
Platform: x86_64-pc-linux-gnu (64-bit)
Running under: Ubuntu 22.04 LTS

Matrix products: default
BLAS:   /usr/local/lib/R/lib/libRblas.so
LAPACK: /usr/local/lib/R/lib/libRlapack.so

locale:
 [1] LC_CTYPE=en_US.UTF-8       LC_NUMERIC=C              
 [3] LC_TIME=en_CA.UTF-8        LC_COLLATE=en_US.UTF-8    
 [5] LC_MONETARY=en_CA.UTF-8    LC_MESSAGES=en_US.UTF-8   
 [7] LC_PAPER=en_CA.UTF-8       LC_NAME=C                 
 [9] LC_ADDRESS=C               LC_TELEPHONE=C            
[11] LC_MEASUREMENT=en_CA.UTF-8 LC_IDENTIFICATION=C       

attached base packages:
[1] stats     graphics  grDevices utils     datasets  methods   base     

loaded via a namespace (and not attached):
[1] compiler_4.1.2

attached base packages:
[1] stats     graphics  grDevices utils     datasets  methods   base     

loaded via a namespace (and not attached):
[1] compiler_4.1.2

For compatibility with Ubuntu 22, you need to install at least this version

https://download1.rstudio.org/desktop/jammy/amd64/rstudio-2022.02.3-492-amd64.deb

I'm assuming you are trying to install the desktop version, for RStudio Server you would need to wait for the new version to be released this month or install a daily build.

You called it.
Five minutes work and Rstudio is up and running.

Many thanks.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.