- Modern R Programming Cookbook
- Jaynal Abedin
- 148字
- 2021-07-08 09:48:25
How to do it…
Once you have downloaded the appropriate executable file, you are ready to install it. Since, you have downloaded the .deb file, you will require gdebi-core to execute that file. Here are the steps to install gdebi-core and then install RStudio IDE:
- To install gdebi-core, run the following command:
sudo apt-get install gdebi-core
- To download the RStudio IDE installer .deb file, run the following command:
wget https://download1.rstudio.org/rstudio-1.0.136-amd64.deb
The preceding command would generate the following output:

- To install the IDE, run the following command:
sudo gdebi rstudio-1.0.136-amd64.deb
The preceding command will generate the following output:

- In the preceding screenshot, the terminal is asking whether you want to install the software or not. Type y and hit the Enter button here. Once the installation process is completed, you will see the following screen in the Terminal:

During installation, make sure you are connected to the internet.
推薦閱讀
- Angular UI Development with PrimeNG
- 測試驅動開發(fā):入門、實戰(zhàn)與進階
- 信息可視化的藝術:信息可視化在英國
- 新手學Visual C# 2008程序設計
- Apache Spark Graph Processing
- 數(shù)據(jù)結構(C語言)
- CouchDB and PHP Web Development Beginner’s Guide
- INSTANT Django 1.5 Application Development Starter
- Extreme C
- Rust游戲開發(fā)實戰(zhàn)
- SpringBoot從零開始學(視頻教學版)
- Java并發(fā)編程:核心方法與框架
- 遠方:兩位持續(xù)創(chuàng)業(yè)者的點滴思考
- Less Web Development Cookbook
- Java程序設計教程