linux - Unable to install vsftpd on centos 6 -
i'm having problem installing vsftpd on centos 6. when come in command
yum install vsftpd
i following:
loaded plugins: fastestmirror loading mirror speeds cached hostfile * base: mirror.widexs.nl * extras: mirror.serverbeheren.nl * updates: mirror.serverbeheren.nl setting install process no bundle vsftpd available. error: nil
and don't know how prepare this. have idea? should add together repo , if so, how should this? i'm quite new centos, i've been used ubuntu utilize apt-get install things.
thanks in advance!
install repository
wget http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm rpm -uvh epel-release-6*.rpm
install vsftpd
yum install vsftpd
linux ftp centos6 yum vsftpd
No comments:
Post a Comment