【发布时间】:2011-01-14 11:09:56
【问题描述】:
我想在我的 debian lenny 服务器上安装最新的 ruby 和 rails。
我找到了包http://packages.debian.org/lenny-backports/ruby1.9.1-full,但是当我尝试安装它时,我得到了:
atlas:~# apt-get install ruby1.9.1-full
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Couldn't find package ruby1.9.1-full
我的 sources.list 如下所示:
atlas:~# cat /etc/apt/sources.list
deb http://ftp.se.debian.org/debian/ lenny main non-free contrib
deb-src http://ftp.se.debian.org/debian/ lenny main non-free contrib
deb http://security.debian.org/ lenny/updates main contrib non-free
deb-src http://security.debian.org/ lenny/updates main contrib non-free
deb http://volatile.debian.org/debian-volatile lenny/volatile main contrib non-free
deb-src http://volatile.debian.org/debian-volatile lenny/volatile main contrib non-free
我需要做什么才能安装它?
【问题讨论】:
-
superuser 可能是更好的提问地点。
-
@vikingosegundo:我同意。这与编程无关。基本上是“我如何使用我的操作系统”,这是一个SuperUser 类型的问题,虽然它可能更适合Unix & Linux StackExchange,但目前没有办法将问题迁移到那里。
-
嗯,好的,直到现在还没有听说过超级用户,谢谢指出。
-
@jorg unix.SE 最近上线了;你能再检查一下吗?