Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 3459458
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 18, 20262026-05-18T10:06:30+00:00 2026-05-18T10:06:30+00:00

I need to: sudo apt-get install rubygems sudo gem install <lots of gems> does

  • 0

I need to:

sudo apt-get install rubygems
sudo gem install <lots of gems>

does the bootstrap action have sudo access?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-18T10:06:31+00:00Added an answer on May 18, 2026 at 10:06 am

    The answer is yes. You can test your bootstrap script like this:

    elastic_mapreduce --create --alive --ssh
    

    This will create a node and give you a ssh connection to it, from which you can test your bootstrap script.

    UPDATE: For reference here is what I’m running:

    #!/bin/bash
    sudo apt-get -y -V install irb1.8 libreadline-ruby1.8 libruby libruby1.8 rdoc1.8 ruby ruby1.8 ruby1.8-dev
    wget http://production.cf.rubygems.org/rubygems/rubygems-1.8.11.zip
    unzip rubygems-1.8.11.zip
    cd rubygems-1.8.11
    sudo ruby setup.rb
    sudo gem1.8 install bson bson_ext json tzinfo i18n activesupport --no-rdoc --no-ri
    

    UPDATE2: to install aws-sdk

    #!/bin/bash
    
    # ruby developer packages
    sudo apt-get -y -V  install ruby1.8-dev ruby1.8 ri1.8 rdoc1.8 irb1.8
    sudo apt-get -y -V  install libreadline-ruby1.8 libruby1.8 libopenssl-ruby
    # nokogiri requirements
    sudo apt-get -y -V  install libxslt-dev libxml2-dev
    
    wget http://production.cf.rubygems.org/rubygems/rubygems-1.8.11.zip
    unzip rubygems-1.8.11.zip
    cd rubygems-1.8.11
    sudo ruby setup.rb
    
    sudo gem1.8 install aws-sdk --no-rdoc --no-ri
    

    -y on apt-get makes it not prompt you

    I wget rubygems because the version you get with apt-get is way out of date, and some gems won’t build using an old version.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Trying to install Cython on a small VPS running Ubuntu Server. Did sudo apt-get
I have created ubuntu 10.04 ec2 image and now I need to install tomcat
The most common instructions to installing php5 and apache is the following: sudo apt-get
I need to run node on my Ubuntu machine with sudo access. The directory
my gem version is 1.3.5 and I can't install certain gems because of that.I
I need to execute the given commands as root and sudo user using Java.
need ask you about some help. I have web app running in Net 2.0.
I have been meaning to install ffmpeg as an extension to my PHP setup.
When installing rJava using the install.packages(rJava) command I get the following error: checking Java
Background: I am using Ubuntu The newer python version is not in the apt-get

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.