嗨,我想在我的 CentOS 7 服务器上安装 VSFTPD,但找不到软件包,并显示“没有可用的 vsftpd 软件包”。我需要添加另一个 repo 吗?或者您知道如何解决这个问题吗?提前谢谢。
答案1
运行后yum update
确保您的系统是最新的,yum install vsftpd
应该可以工作并安装 VSFTPD。
为了安全起见,我运行repoquery
并验证了该包来自以下存储库(在下配置/etc/yum.repos.d/
):
[updates]
name=CentOS-$releasever - Updates
mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=updates&infra=$infra
#baseurl=http://mirror.centos.org/centos/$releasever/updates/$basearch/
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7