Installatiom of Rstudio impossible on Ubuntu 16.04; Cannot install 'libclang-dev'

It seems there is a big issue with the new Rstudio version!
It is impossible to install this new version; always gives this error:
Cannot install 'libclang-dev'

and there is no way to install this package

Hi, and welcome.

libclang-dev is not an R package; it's a system library that you need to install with (from memory, I'm on Mojave)

sudo apt-get update
sudo apt install libclang-dev

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.