Hello, I am trying to install RStudio on my Ubuntu 19.04 laptop, using the "rstudio-1.2.1335-amd64.deb" file. When I try to install it, the console gives the message :
Reading package lists... Done
Building dependency tree
Reading state information... Done
Reading state information... Done
Ce paquet ne peut pas être installé
Cannot install 'libclang-dev'
I have tried to install the package libclang-dev manually, but it gave me this message (in french) :
Les paquets suivants contiennent des dépendances non satisfaites :
libclang-dev : Dépend: libclang-8-dev (>= 8~) mais ne sera pas installé
E: Impossible de corriger les problèmes, des paquets défectueux sont en mode « garder en l'état ».
Which translates as :
The following packages have unmet dependencies:
libclang-dev : Depends: libclang-8-dev (>= 8~) but will not be installed
E: Unable to correct problems, you have held broken packages.
I have tried to install the R Studio Server, but was met with the same issue.
I also tried the command :
apt-get -f install
But it only removed the package I have been trying to install.
I am using Ubuntu 19.04 and am trying to install the latest version of R Studio available for Ubuntu. I was able to install R without any difficulty.
There might be a very easy solution or I may be doing the installation wrong. I am both new to Ubuntu and R.
Thank you very much for your help.
Cleophee