简体   繁体   English

无法在Ubuntu 12.04上安装Ruby 2.0.0

[英]Trouble installing Ruby 2.0.0 on Ubuntu 12.04

I'm installing ruby 2.0.0 but some packages not found. 我正在安装ruby 2.0.0,但是找不到某些软件包。 first i use this command 首先,我使用此命令

rvm get stable

then i issue command 然后我发出命令

rvm requirements

i have these errors below 我在下面有这些错误

W: Failed to fetch http://ppa.launchpad.net/cheleb/blender-svn/ubuntu/dists/precise/main/source/Sources  404  Not Found
W: Failed to fetch http://ppa.launchpad.net/cheleb/blender-svn/ubuntu/dists/precise/main/binary-amd64/Packages  404  Not Found
W: Failed to fetch http://ppa.launchpad.net/cheleb/blender-svn/ubuntu/dists/precise/main/binary-i386/Packages  404  Not Found
W: Failed to fetch http://ppa.launchpad.net/ferramroberto/oneiric/ubuntu/dists/precise/main/source/Sources  404  Not Found
W: Failed to fetch http://ppa.launchpad.net/ferramroberto/oneiric/ubuntu/dists/precise/main/binary-amd64/Packages  404  Not Found
W: Failed to fetch http://ppa.launchpad.net/ferramroberto/oneiric/ubuntu/dists/precise/main/binary-i386/Packages  404  Not Found

i try to install by following below 我尝试通过以下安装

https://askubuntu.com/questions/169542/how-do-i-install-the-latest-blender-3d-builds-from-a-ppabut https://askubuntu.com/questions/169542/how-do-i-install-the-latest-blender-3d-builds-from-a-ppabut

but no success and on installing ruby 2.0.0 like below 但没有成功,并在安装ruby 2.0.0如下所示

rvm install 2.0.0

give me same error 给我同样的错误

Can anyone please help. 谁能帮忙。

This looks like a problem with the Blender package. 这似乎是Blender程序包的问题。 Your system might be hung up on dependencies it can't resolve. 您的系统可能挂在无法解析的依赖项上。

It looks like you're using a bad mirror. 看来您使用的镜子不好。 I'm not sure how to get Ubuntu to drop that mirror and use a working one, but in other systems it requires deleting the mirror cache file and rebuilding it. 我不确定如何使Ubuntu删除该镜像并使用有效的镜像,但是在其他系统中,它需要删除镜像缓存文件并重建它。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM