- 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.
推薦閱讀
- ASP.NET Core:Cloud-ready,Enterprise Web Application Development
- Apache Karaf Cookbook
- Mastering Rust
- Python Data Analysis Cookbook
- Corona SDK Mobile Game Development:Beginner's Guide(Second Edition)
- Java實戰(第2版)
- Learning jQuery(Fourth Edition)
- Mastering Elixir
- 硬件產品設計與開發:從原型到交付
- 零基礎學C語言(第4版)
- Mastering OAuth 2.0
- Java EE 7 Development with WildFly
- Hands-On ROS for Robotics Programming
- Scala編程(第4版)
- Python GUI設計tkinter菜鳥編程(增強版)