Last active
August 20, 2020 07:28
-
-
Save remlapmot/46e63bc08c08430daf6d749199d79255 to your computer and use it in GitHub Desktop.
Install RStudio on Ubuntu using gdebi in the Terminal. Note download the deb file from the RStudio website first.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# sudo apt-get install gdebi-core | |
# sudo gdebi rstudio-1.3.923-amd64.deb | |
sudo dpkg -i rstudio-1.3.1019-amd64.deb |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
.deb
file withwget ...
dpkg
install fails with missing dependencies runsudo apt-get -f install
then retrydpkg