Since I installed the latest version of Ubuntu (20.04), R (4.02) just doesn't work. If I try to launch R from the terminal I get the following message :
R-4.0.2/bin/exec/R: error while loading shared libraries: libreadline.so.7: cannot open shared object file: No such file or directory
After some research on the internet I found that I had Libreadline6 and 8 but not 7, so I installed it manually .
apt policy libreadline7
libreadline7:i386:
Installé : 7.0-3
Candidat : 7.0-3
Table de version :
*** 7.0-3 100
100 /var/lib/dpkg/status
SO right now I do have the version R needs and yet when I try to run it, I have the exact same error message. I have no idea in what direction to even look for a solution, I think it's not a problem with R, but with Ubuntu... Any idea what might be the problem? Thank you!