好吧,我正在尝试执行以下命令.
yum remove libffi-3.0.9-1.el5.rf.i386
因为我需要该文件(?),但是在使用rvm安装ruby时遇到问题,因为libffi-devel是rvm的依赖来安装ruby.
Error: Trying to remove "yum",which is protected
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest
我已经尝试过–skip-broken而且我得到了这个:
Error: Trying to remove "yum",which is protected
You could try running: rpm -Va --nofiles --nodigest
正如您所看到的,我不是Linux的专家,但我需要使用rvm安装Ruby而我不能因为这个错误,你是否有人知道我做错了什么?
谢谢 :)
最佳答案
原文链接:https://www.f2er.com/linux/439959.html