我安装时遇到困难专业FTP或者纯FTP在centos 6上。我已经关注了典型说明(或者)这样进行
# Add EPL repository
rpm -iUvh http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm
# Install
yum install proftpd
# Alternatively
yum install pure-ftpd
结果是一样的
Loaded plugins: auto-update-debuginfo, fastestmirror, refresh-packagekit, security
Setting up Install Process
Loading mirror speeds from cached hostfile
* base: centos.mirroring.pulsant.co.uk
* extras: mirrors.clouvider.net
* updates: centos.mirroring.pulsant.co.uk
No package proftpd available.
Error: Nothing to do
或者视情况而定
No package pure-ftpd available.
答案1
看起来epel
您的机器上可能没有启用。
即使您安装了它,您可能也必须手动启用它。
检查/etc/yum.repos.d/
文件epel.repo
并将其设置为enabled=1
(如果尚不存在)。
根据您的发现,另请检查/etc/yum.repos.d/archive
,因为该文件可能是通过软件包安装放置在那里的。