$ sudo perl -pi -e 's%(universe)$%$1 multiverse%' /etc/apt/sources.list
$ sudo apt-get update
$ sudo apt-get install ec2-ami-toolsOf course, you also need to set up your environment variables as per usual so that the tools can access your keys.A collection of computer systems and programming tips that you may find useful.
Brought to you by Craic Computing LLC, a bioinformatics consulting company.
Sunday, December 12, 2010
Installing Amazon EC2 tools on Ubuntu 10.04
The Amazon EC2 ami and api tool packages are not found by apt-get using the default sources list. You need to add 'multiverse' to the list. Here is how you install the tools:
Subscribe to:
Post Comments (Atom)
Contributors
Archive of Tips
-
►
2011
(44)
-
►
November
(11)
- strsplit in R
- Running R scripts on the Command Line
- Deleting a File that starts with '-' on UNIX
- Plotting a simple bar plot in R
- Captain Beefheart Song Titles
- When jQuery $.ajax() keeps returning the same valu...
- Updating a DIV with jQuery and Sinatra
- Latest version of jQuery on Google APIs
- Sorting on multiple String keys in Ruby
- Manipulating Model/Table/Controller Names in Rails...
- Parsing 96 / 384 well Plate Maps
-
►
February
(14)
- Rails, UTF-8 and Heroku
- Tables named with reserved words in MySQL
- Setting up PostgreSQL on Mac OS X 10.6
- Problem with sqlite when installing the taps ruby ...
- Rails, Devise and custom User models
- Basic image rollover effect in jQuery
- Authentication in Mongo and Mongoid
- Always index columns that you want to sort on in M...
- Using Mongoid in Ruby applications outside of Rail...
- Using Twitter for System Notifications
- PATSY - a web service that makes patents easier to...
- JavaScript Bookmarklet that can create a New Windo...
- Running a Ruby 1.9 Sinatra app on Heroku
- Ruby 1.9 and incompatible character encodings
-
►
November
(11)
-
▼
2010
(40)
-
▼
December
(7)
- Per Page Inclusion of JavaScript in Rails view pag...
- MySQL Data export/import probelm with SQL SECURITY...
- Installing Amazon EC2 tools on Ubuntu 10.04
- Using Bundler with a non-Rails Ruby project
- Deleteing a file with a name that starts with a hy...
- Using Opscode Chef to start up a node on AWS EC2 -...
- System-wide rvm install on Ubuntu
-
▼
December
(7)
0 comments:
Post a Comment