今天在安装FTP时报错,不能安装,于是从网上开始找资料
找了半天最后发现了这篇博客:https://stackoverflow.com/questions/14943814/unable-to-install-vsftpd-on-centos-6
于是按照博客上说的,成功的解决了问题:
(1)先安装Install Repository,执行命令
wget http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpmrpm -Uvh epel-release-6*.rpm(2)安装好了repository,在安装FTP就好了
yum install vsftpd
本文解决 CentOS 6 上无法安装 VSFTPD 的问题。通过安装额外的 Repository,最终成功安装 FTP 服务。步骤包括下载并安装 EPEL Release 包,之后使用 YUM 命令完成 VSFTPD 的安装。

447

被折叠的 条评论
为什么被折叠?



