Install RStudio on AWS EC2 instance

0 votes

I managed to create an EC2 instance Amazon Linux AMI 2017.09.1 (randomly chosen) on Amazon Web Services (AWS). I can send and receive files from my local desktop to AWS properly.

Now I would like to install R (RStudio Server) on AWS. When searching for an answer, I found the script below that is to be written into Putty:

# install R base

$ sudo yum install r-base

#install RStudio-Server 1.1.442

$ sudo yum install gdebi-core

$ wget https://download2.rstudio.org/rstudio-server-1.1.442-amd64.deb

$ sudo gdebi rstudio-server-1.1.442-amd64.deb
#add user(s)

useradd username

echo username:password | passwordtest

But the answer I get each time is: "No package r-base available" or also "No package gdebi-core available".

Are they some prerequisite steps that I am missing?

Jul 27, 2018 in AWS by bug_seeker
• 15,520 points
2,322 views

1 answer to this question.

0 votes

Amazon Linux AMI 2017.09.1 is based on Centos 6 and the step you got is for Ubuntu(gdebi is an Ubuntu installer), Here are the steps from the official documentation.

$ sudo yum install R

$ wget https://download2.rstudio.org/rstudio-server-rhel-1.1.442-x86_64.rpm

$ sudo yum install rstudio-server-rhel-1.1.442-x86_64.rpm

You can try this it worked out fine for me. Hope this help.

answered Jul 27, 2018 by Priyaj
• 58,090 points

Related Questions In AWS

0 votes
1 answer

How to install redis on AWS Micro instance?

Maybe you can spin up an EC2 ...READ MORE

answered Jan 30, 2019 in AWS by Archana
• 5,640 points
633 views
0 votes
1 answer

How to install Python on my ec2 instance?

EC2 on linux machine currently supports python3.4 ...READ MORE

answered Mar 27, 2019 in AWS by Ritesh
3,615 views
0 votes
1 answer

Install Jenkins on an ec2 instance

Hey @Yamini, follow these steps: 1. Install Java yum ...READ MORE

answered Aug 1, 2019 in AWS by Varsha
6,212 views
+15 votes
2 answers

Git management technique when there are multiple customers and need multiple customization?

Consider this - In 'extended' Git-Flow, (Git-Multi-Flow, ...READ MORE

answered Mar 27, 2018 in DevOps & Agile by DragonLord999
• 8,450 points
3,503 views
+2 votes
1 answer
+1 vote
2 answers

How do I run python script on aws EC2 instance(ubuntu)?

I believe that you are using the ...READ MORE

answered Apr 17, 2018 in AWS by Cloud gunner
• 4,670 points
9,922 views
0 votes
1 answer

Getting ORA-01882: timezone region not found with Oracle UCP, on aws ec2 instance?

You can pass command line argument -Duser.timezone=<Database Time ...READ MORE

answered Oct 3, 2018 in AWS by Priyaj
• 58,090 points
3,846 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP