Well, I'm trying to execute the following command.
yum remove libffi-3.0.9-1.el5.rf.i386
Because I need this file (?), However, problems arise before installing ruby with rvm, since libffi-devel is a dependency on rvm for installing ruby.
However, it gives me the following error and, of course, does not delete anything.
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
I already tried with -skip-broken and I get the following:
Error: Trying to remove "yum", which is protected You could try running: rpm -Va --nofiles --nodigest
As you can see, I am not an expert on Linux, but I need to install Ruby with rvm, and I cannot because of this error, do any of you have an idea about what I'm doing wrong?
Thanks:)
source share