- 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.
推薦閱讀
- Learning LibGDX Game Development(Second Edition)
- PHP程序設計(慕課版)
- Learning RxJava
- 編寫整潔的Python代碼(第2版)
- Python從入門到精通(精粹版)
- PHP+MySQL網站開發技術項目式教程(第2版)
- Mastering Apache Spark 2.x(Second Edition)
- Learning Python Design Patterns
- Learning Continuous Integration with TeamCity
- Scratch3.0趣味編程動手玩:比賽訓練營
- Python程序設計教程
- 體驗之道:從需求到實踐的用戶體驗實戰
- The Applied Data Science Workshop
- C語言從入門到精通(第5版)
- Learning Google Apps Script