我决定使用尝试安装时调用的工具查看缓冲区缓存的内容,fincore
我收到错误如下
warning: fincore-1.9-1.el6.rf.x86_64.rpm: Header V3 DSA/SHA1 Signature, key ID 6b8d79e6: NOKEY
error: Failed dependencies:
perl(Inline) is needed by fincore-1.9-1.el6.rf.x86_64
我已经在我的机器中安装了 Perl,并且我用 google 搜索获取依赖文件,但我没有找到。这里有什么问题?
我使用的是CentOS 6.5
答案1
EPEL 6 有一个 perl-Inline 模块的打包版本。要安装并启用 EPEL:
wget https://dl.fedoraproject.org/pub/epel/epel-release-latest-6.noarch.rpm
sudo rpm -Uvh epel-release-6*.rpm
然后 yum 应该能够在安装 fincore RPM 时安装依赖项。您还可以通过以下方式显式安装依赖项:
yum install -y perl-Inline