我正在尝试在Cent OS 7中安装R。
$ sudo yum install R获取此错误
texlive-ae-svn15878.1.4-38.el7 FAILED
http://del-mirrors.extreme-
ix.org/centos/7.4.1708/os/x86_64/Packages/texlive-ae-
svn15878.1.4-38.el7.noarch.rpm: [Errno -1] Package does not match intended
downl
oad. Suggestion: run yum --enablerepo=base clean metadata
Trying other mirror.
texlive-luaotfload-bin-svn1857 FAILED
http://del-mirrors.extreme-
ix.org/centos/7.4.1708/os/x86_64/Packages/texlive-lua
otfload-bin-svn18579.0-38.20130427_r30134.el7.noarch.rpm: [Errno -1] Package
doe
s not match intended download. Suggestion: run yum --enablerepo=base clean
metad
ata
Trying other mirror.发布于 2018-04-04 01:21:33
不是真正的R问题,而是yum问题。
这很可能是散列不匹配,也可能是因为它非常稳定,也就是说,Centos通常是远远落后的。要么是这样,要么是repo版本不匹配。
尝试后跟yum update的yum clean all。然后再试一次。
https://stackoverflow.com/questions/49635656
复制相似问题