mwt / rstudio-apt-repo

An unoffical apt repository for installing RStudio on Debian/Ubuntu
https://mirror.mwt.me/rstudio/
BSD 2-Clause "Simplified" License
14 stars 0 forks source link

libssl problem #1

Open bshor opened 8 months ago

bshor commented 8 months ago

Thank you for creating this repository to make installs of Rstudio easier. I am using Debian 12 bookworm.

The problem I have is that I need to add another dependency, specifically libssl1.1, and I can't seem to easily get it from a repository.

I get the following error:

rstudio └── Depends: ├── libssl1.0.0 is only referenced by name, no packages provides it ├── or libssl1.0.2 is only referenced by name, no packages provides it └── or libssl1.1 is only referenced by name, no packages provides it

libssl1.1 is not in any Debian repositories I can see. I don't want to manually download it if I can avoid it. Any ideas?

bshor commented 8 months ago

Had to wget libssl1.1 from Debian, but this is really not obvious how to do or what version to get since it's not available in the repositories.