Closed bshor closed 6 months ago
I am running Debian 12
Please see https://eddelbuettel.github.io/r2u/vignettes/FAQ/#can-i-use-current-r2u-with-debian
That said, the stringi issue / the libicu* issue also arises at time when running (as I do) a newer-than-previous LTS mixed with LTS. As the builds are for an LTS you will get versioned, frequently changing libraries from that LTS for which one generally does not have apt entry (but could add one, I think i once did) so the best bet (if you know what you are doing) is to just curl or wget in the missing .deb package and install it (which gets old if it has dependencies...).
The best 'formal' tip is to use Inaki's rspm
instead of r2u + bspm and point it at p3m.dev who now support two Debian releases. Of course, no apt packages for you but at least you are not mixing distros (which as stated above may not be a good idea).
Understood. Thanks for clarifying.
Or just (re-)install Ubuntu to take advantage of r2u too :wink:
I am running Debian 12 and trying to use r2u and bspm to install packages. I followed all the installation
Some packages install, but many fail. Here I try to install stringr:
When I try to install it from the terminal, I get a "broken package" error.
So perhaps it is only a problem with stringi dependency on libicu70?