How to install stuff on Ubuntu

Posted by Industrial on Server Fault See other posts from Server Fault or by Industrial
Published on 2010-05-21T11:29:27Z Indexed on 2010/05/21 11:31 UTC
Read the original article Hit count: 140

Filed under:
|
|

Hi everyone,

I have just launched my first EC2 instance and choosed a Ubuntu image to start from, since it's quite well documented.

However, I am trying to install the Redis package: http://packages.ubuntu.com/lucid/redis-server

Maybe I am not googling properly or just stupid since the weekend is approaching, but I'll keep getting errors:

root@ip-10-229-123-199:~# sudo apt-get install redis-server
Reading package lists... Done
Building dependency tree... Done
E: Couldn't find package redis-server

I'll assume that I need to add a repository or something to Ubuntu to help it find the package I want, but how do I do it? I can only find graphical guides which doesnt help me too much since I am using SSH.

Thanks alot!

© Server Fault or respective owner

Related posts about ubuntu

Related posts about ssh