Hello,
I am installing RStudio into Ubuntu 18.04. R 3.6 was successfully installed. After I installed RStudio I received the following error message: rstudio: error while loading shared libraries: libsmime3.so: cannot open shared object file: No such file or directory
Below is some relevant output during the RStudio installation: Preparing to unpack rstudio-1.2.1335-amd64.deb ...
Processing triggers for mime-support (3.60ubuntu1) ...
Processing triggers for shared-mime-info (1.9-2) ...
I installed RStudio using the following commands:
sudo apt install gdebi-core
wget https://download1.rstudio.org/desktop/bionic/amd64/rstudio-1.2.1335-amd64.deb
sudo gdebi rstudio-1.2.1335-amd64.deb
sudo adduser rstudiotest
I would appreciate guidance as to how best to troubleshoot installation of the libsmime3.so.
Thank you!