After installing the newest Ubuntu version (22.04) Rstudio is not working any more. I found online, that installing an earlier libc6 version is supposed to help. I tried with
sudo aptitude install libc6=2.31-0ubuntu9.2
but it gives the error message:
Unable to find a version "2.31-0ubuntu9.2" for the package "libc6"
Unable to apply some actions, aborting
Does anyone know where I can find the version needed?
Thanks
libc6
will affect, probably break, nearly every program on your system (every program that useslibc6
). Fix RStudio. – waltinator May 02 '22 at 22:55