在尝试为centos6安装proftpd时,我添加了rpmforge repo的正确版本,得到以下错误
Transaction Check Error:
file /usr/share/man/man3/MIME::Base64.3pm.gz conflicts between attempted installs of perl-MIME-Base64-3.13
-1.el6.rf.x86_64 and perl-4:5.10.1-119.el6_1.1.x86_64
file /usr/share/man/man3/MIME::QuotedPrint.3pm.gz conflicts between attempted installs of perl-MIME-Base64
-3.13-1.el6.rf.x86_64 and perl-4:5.10.1-119.el6_1.1.x86_64我运行了yum install proftpd,它将我带到了这里。
我不完全确定安装冲突的是什么。有什么想法吗?
发布于 2012-03-19 04:55:47
请尝试从EPEL安装。它有proftpd,不会引起像RF那样多的冲突。这是a link to setup EPEL on your machine
基本上:"rpm -Uvh http://ftp.jaist.ac.jp/pub/Linux/Fedora/epel/6/x86_64/epel-release-6-5.noarch.rpm“
PS。也许最好将这个问题转移到serverfault.com
https://stackoverflow.com/questions/9762126
复制相似问题