I have currently have Ruby 1.9.1 (bad) and want to install 1.9.3 under rvm. However, rvm requirements gives a long list, most of which installed fine:
install build-essential openssl libreadline6 [...] bison subversion But I hit a problem here:
/# apt-get install libreadline6 Reading package lists... Done Building dependency tree Reading state information... Done E: Couldn't find package libreadline6 I need libreadline6 before I can get rvm to install Ruby 1.9.3, what's a good way forward?
My sources.list:
deb http://ftp.cn.debian.org/debian-volatile lenny/volatile main deb-src http://ftp.cn.debian.org/debian-volatile lenny/volatile main deb http://archive.debian.org/debian/ lenny main contrib deb http://archive.debian.org/debian-security/ lenny/updates main contrib Update: Finding usable urls for sources (updated above), installed all but libreadline6 and libreadlin6-dev, neither of which are available for Lenny. Will post solution here when I find one.