0
votes
1answer
81 views

Problem with Ubuntu 12.04.2 and Amazon Ec2 update from cloud-images.ubuntu.com image [solved] [closed]

Created new Amazon Ec2 instance from http://cloud-images.ubuntu.com/releases/precise/release/ Details: eu-west-1 32-bit ebs micro After command "apt-get update" or "aptitude update" message in SSH ...
0
votes
1answer
57 views

How do Ubuntu updates appear on Amazon EC2?

I have Ubuntu 12.04 LTS installed in Amazon EC2 machine. Sometimes when I SSH into the machine I see a notice asking me to update some packages. Please see the screenshot image below My Question ...
0
votes
0answers
80 views

Why do I have to run aptitude update twice to install Ruby?

Summary. I have a fresh EC2 Precise 64-bit instance (ami-82fa58eb). After launching the instance, I want to install ruby1.9.1 (among others). This doesn't work: aptitude update && apt-get -o ...