Rstudio installer for Ubuntu 20.04

I can install Rstudio desktop in my Ubuntu 20.04. Can anyone help me find an installer?
Repository's older version is for Ubuntu 22 and is not working. I get the next error:

R Session Startup Failure Report

RStudio Version

RStudio 2026.01.2+418 "Apple Blossom " (1d903d3b, 2026-03-25) for Ubuntu Jammy

Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) rstudio/2026.01.2+418 Chrome/140.0.7339.249 Electron/38.7.2 Safari/537.36

Error message

[No error available]

Process Output

The R session exited with code 127.

Error output:

/usr/lib/rstudio/resources/app/bin/rsession: error while loading shared libraries: libssl.so.3: cannot open shared object file: No such file or directory

Standard output:

[No output emitted]

Logs

Log File

[No logs available]

You can find archived versions of RStudio here. I think 2024.12.1 might work for you.

That may or may not fix the error message, though. It appears you do not have libssl3 installed. It may be that the older version of RStudio will be looking for an older version of libssl; I don't recall. If you get the same error message with an older RStudio install, use Synaptic (or apt) to install the missing library.