englianhu@Scibrokes-Trading:~$ sudo gdebi rstudio-1.4.1106-amd64.deb
Reading package lists... Done
Building dependency tree
Reading state information... Done
Reading state information... Done
RStudio
RStudio is a set of integrated tools designed to help you be more productive with R. It includes a console, syntax-highlighting editor that supports direct code execution, as well as tools for plotting, history, and workspace management.
Do you want to install the software package? [y/N]:Y
/usr/bin/gdebi:113: FutureWarning: Possible nested set at position 1
c = findall("[[(](\S+)/\S+[])]", msg)[0].lower()
Selecting previously unselected package rstudio.
(Reading database ... 566539 files and directories currently installed.)
Preparing to unpack rstudio-1.4.1106-amd64.deb ...
Unpacking rstudio (1.4.1106) ...
dpkg: dependency problems prevent configuration of rstudio:
rstudio depends on libclang-dev; however:
Package libclang-dev is not installed.
dpkg: error processing package rstudio (--install):
dependency problems - leaving unconfigured
Processing triggers for bamfdaemon (0.5.3+18.04.20180207.2-0ubuntu2) ...
Rebuilding /usr/share/applications/bamf-2.index...
Processing triggers for desktop-file-utils (0.24-1ubuntu4) ...
Processing triggers for gnome-menus (3.36.0-1ubuntu1) ...
Processing triggers for mime-support (3.64ubuntu1) ...
Processing triggers for hicolor-icon-theme (0.17-2) ...
Processing triggers for shared-mime-info (2.0-1) ...
Errors were encountered while processing:
rstudio
and then
englianhu@Scibrokes-Trading:~$ sudo apt --fix-broken install
Reading package lists... Done
Building dependency tree
Reading state information... Done
Correcting dependencies... Done
The following packages were automatically installed and are no longer required:
libclang1-11 libobjc-10-dev libpq5
Use 'sudo apt autoremove' to remove them.
The following packages will be REMOVED:
rstudio
0 upgraded, 0 newly installed, 1 to remove and 0 not upgraded.
1 not fully installed or removed.
After this operation, 828 MB disk space will be freed.
Do you want to continue? [Y/n]
sudo apt --fix-broken install
suddenly doesn't work, kindly look into it.Preview 1.2.747 doesn't install in Ubuntu 16.04
– Rγσ ξηg Lιαη Ημ 雷欧 May 04 '21 at 18:09.deb
package is suited for your distribution. If not, then you risk breaking your package management system. If you want to play it safe, only install software from the Ubuntu software sources. – vanadium May 04 '21 at 18:19wget https://s3.amazonaws.com/rstudio-ide-build/desktop/bionic/amd64/rstudio-1.4.1106-amd64.deb
and thensudo gdebi rstudio-1.4.1106-amd64.deb
and appear above error, I installed and used RStudio on Linux since few days ago and working fine, https://community.rstudio.com/t/preview-1-2-747-doesnt-install-in-ubuntu-16-04/10005/11?u=englianhu useful few days ago but now not workable, kindly assist – Rγσ ξηg Lιαη Ημ 雷欧 May 04 '21 at 19:14apt-cache policy r-base-dev libc6 libc6-i386
. Also post full output ofsudo apt update
andgrep ^deb -r /etc/apt/ --include=*.list
(if long use pastebin). – N0rbert May 04 '21 at 20:34