Não é possível instalar o Ruby on Rails com o RVM no Ubuntu 13.04

Eu estou tentando instalar o RVM na minha máquina Ubuntu.

Eu usei o curl para obter o RVM, mas alguns comandos RVM (instalação, requisitos) lançam este erro do apt-get:

There has been error while updating 'apt-get', please give it some time and try again later.
For 404 errors check your sources configured in:
    /etc/apt/sources.list
    /etc/apt/sources.list.d/*.list

tipo rvm | cabeça -1 retorna

rvm is a function
-bash: type: write error: Broken pipe

qual gema

/usr/bin/gem

Eu verifiquei a opção "Executar comando como uma shell de login"

Etapas seguidas destetutorial:

sudo apt-get install curl
curl -L get.rvm.io | bash -s stable --auto
. ~/.bash_profile
rvm requirements - doesn't work properly

Eu também olhei para odocumentação oficial do RVM, mas parece ser muito parecido.

Alguma ideia?

ATUALIZAR: Eu consegui fazer isso. Eu desabilitei todas as URLs ppa de terceiros e instalei sem problemas.

questionAnswers(9)

yourAnswerToTheQuestion